mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-14 22:57:58 +00:00
api: fix typo in 'GET ticket' description
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a2c18811d3
commit
14658ad8ba
@ -184,7 +184,7 @@ __PACKAGE__->register_method ({
|
|||||||
path => 'ticket',
|
path => 'ticket',
|
||||||
method => 'GET',
|
method => 'GET',
|
||||||
permissions => { user => 'world' },
|
permissions => { user => 'world' },
|
||||||
description => "Dummy. Useful for formaters which want to priovde a login page.",
|
description => "Dummy. Useful for formaters which want to provide a login page.",
|
||||||
parameters => {
|
parameters => {
|
||||||
additionalProperties => 0,
|
additionalProperties => 0,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user