remove unused descriptions from api macros
these are now a hard error in the api macro Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -975,10 +975,7 @@ pub fn garbage_collection_status(
|
||||
returns: {
|
||||
description: "List the accessible datastores.",
|
||||
type: Array,
|
||||
items: {
|
||||
description: "Datastore name and description.",
|
||||
type: DataStoreListItem,
|
||||
},
|
||||
items: { type: DataStoreListItem },
|
||||
},
|
||||
access: {
|
||||
permission: &Permission::Anybody,
|
||||
|
Reference in New Issue
Block a user