api: document default of token expiration date

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-29 10:02:52 +01:00
parent 4e4c8d4069
commit b974bdc09e

View File

@ -51,6 +51,7 @@ register_standard_option('token-expire', {
type => 'integer',
minimum => 0,
optional => 1,
default => 'same as user',
});
register_standard_option('token-privsep', {
description => "Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.",