api-macro: fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-28 13:47:42 +01:00
parent 5690e5e6a2
commit 22581b382c

View File

@ -23,7 +23,7 @@ impl OkString {
.schema();
}
#[api(description: "A selection of either A, B or C")]
#[api(description: "A selection of either a, B or C")]
#[derive(Deserialize)]
pub enum Selection {
#[serde(rename = "a")]