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:
Wolfgang Bumiller
2020-12-09 10:54:38 +01:00
parent 5d90860688
commit 9b93c62044
10 changed files with 11 additions and 48 deletions

View File

@ -182,10 +182,7 @@ pub fn create_sync_job(
},
},
},
returns: {
description: "The sync job configuration.",
type: sync::SyncJobConfig,
},
returns: { type: sync::SyncJobConfig },
access: {
description: "Limited to sync job entries where user has Datastore.Audit on target datastore, and Remote.Audit on source remote.",
permission: &Permission::Anybody,