mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 03:10:48 +00:00
api-macro: fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5690e5e6a2
commit
22581b382c
@ -23,7 +23,7 @@ impl OkString {
|
|||||||
.schema();
|
.schema();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[api(description: "A selection of either A, B or C")]
|
#[api(description: "A selection of either a, B or C")]
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub enum Selection {
|
pub enum Selection {
|
||||||
#[serde(rename = "a")]
|
#[serde(rename = "a")]
|
||||||
|
Loading…
Reference in New Issue
Block a user