mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1121 from YunoHost/permission-docstring
[doc] tell users how to get all permissions
This commit is contained in:
commit
1149be5801
1 changed files with 3 additions and 3 deletions
|
@ -307,7 +307,7 @@ user:
|
||||||
api: GET /users/permissions/<permission>
|
api: GET /users/permissions/<permission>
|
||||||
arguments:
|
arguments:
|
||||||
permission:
|
permission:
|
||||||
help: Name of the permission to fetch info about
|
help: Name of the permission to fetch info about (use "yunohost user permission list" and "yunohost user permission -f" to see all the current permissions)
|
||||||
|
|
||||||
### user_permission_update()
|
### user_permission_update()
|
||||||
update:
|
update:
|
||||||
|
@ -315,7 +315,7 @@ user:
|
||||||
api: PUT /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) (use "yunohost user permission list" and "yunohost user permission -f" to see all the current permissions)
|
||||||
-a:
|
-a:
|
||||||
full: --add
|
full: --add
|
||||||
help: Group or usernames to grant this permission to
|
help: Group or usernames to grant this permission to
|
||||||
|
@ -346,7 +346,7 @@ user:
|
||||||
api: DELETE /users/permissions/<app>
|
api: DELETE /users/permissions/<app>
|
||||||
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) (use "yunohost user permission list" and "yunohost user permission -f" to see all the current permissions)
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
subcategory_help: Manage ssh access
|
subcategory_help: Manage ssh access
|
||||||
|
|
Loading…
Add table
Reference in a new issue