mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] HTTP API for permissions
This commit is contained in:
parent
9362261d34
commit
98d60a888b
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ user:
|
||||||
### user_permission_list()
|
### user_permission_list()
|
||||||
list:
|
list:
|
||||||
action_help: List permissions and corresponding accesses
|
action_help: List permissions and corresponding accesses
|
||||||
api: GET /users/permissions/<permission>
|
api: GET /users/permissions
|
||||||
arguments:
|
arguments:
|
||||||
-s:
|
-s:
|
||||||
full: --short
|
full: --short
|
||||||
|
@ -300,7 +300,7 @@ user:
|
||||||
### user_permission_update()
|
### user_permission_update()
|
||||||
update:
|
update:
|
||||||
action_help: Manage group or user permissions
|
action_help: Manage group or user permissions
|
||||||
api: POST /users/permissions/<permission>
|
api: PUT /users/permissions/<permission>
|
||||||
arguments:
|
arguments:
|
||||||
permission:
|
permission:
|
||||||
help: Permission to manage (e.g. mail or nextcloud or wordpress.editors)
|
help: Permission to manage (e.g. mail or nextcloud or wordpress.editors)
|
||||||
|
|
Loading…
Add table
Reference in a new issue