api: replace auth_id with auth-id

in parameters, and fix up the completion for the ACL update parameter.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2020-10-30 15:18:41 +01:00
committed by Thomas Lamprecht
parent e4e280183e
commit 8b600f9965
8 changed files with 11 additions and 11 deletions

View File

@ -169,7 +169,7 @@ pub fn read_acl(
optional: true,
schema: ACL_PROPAGATE_SCHEMA,
},
auth_id: {
"auth-id": {
optional: true,
type: Authid,
},