mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-12 21:44:14 +00:00
api: cluster: add jobs sub-directory index and set its permissions
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7cced7126b
commit
c20699493a
@ -137,6 +137,7 @@ __PACKAGE__->register_method ({
|
||||
{ name => 'config' },
|
||||
{ name => 'firewall' },
|
||||
{ name => 'ha' },
|
||||
{ name => 'jobs' },
|
||||
{ name => 'log' },
|
||||
{ name => 'metrics' },
|
||||
{ name => 'nextid' },
|
||||
|
@ -13,6 +13,7 @@ __PACKAGE__->register_method({
|
||||
path => '',
|
||||
method => 'GET',
|
||||
description => "Index for jobs related endpoints.",
|
||||
permissions => { user => 'all' },
|
||||
parameters => {
|
||||
additionalProperties => 0,
|
||||
properties => {},
|
||||
|
Loading…
Reference in New Issue
Block a user