]> git.proxmox.com Git - pve-common.git/commit
API schema: add 'allowtoken' property
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Jan 2020 12:53:56 +0000 (13:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Jan 2020 17:39:26 +0000 (18:39 +0100)
commit4c72ade059c8af6ae94158377b36fb8e6eb9672b
treef2a0edee11c5c9303e17d6f39b80688f5a6dd377
parentf82c73738d63958847b50736914249099732cc13
API schema: add 'allowtoken' property

to mark which API methods should be available to clients authenticated using an API token.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/JSONSchema.pm
src/PVE/RESTHandler.pm