mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #790 from YunoHost/enh-plural-http-permission-api
[enh] Rename permission http api route in plural
This commit is contained in:
commit
2c57b6850c
1 changed files with 4 additions and 4 deletions
|
@ -274,7 +274,7 @@ user:
|
||||||
### user_permission_list()
|
### user_permission_list()
|
||||||
list:
|
list:
|
||||||
action_help: List access to user and group
|
action_help: List access to user and group
|
||||||
api: GET /users/permission/<app>
|
api: GET /users/permissions/<app>
|
||||||
arguments:
|
arguments:
|
||||||
-a:
|
-a:
|
||||||
full: --app
|
full: --app
|
||||||
|
@ -300,7 +300,7 @@ user:
|
||||||
### user_permission_add()
|
### user_permission_add()
|
||||||
add:
|
add:
|
||||||
action_help: Grant access right to users and group
|
action_help: Grant access right to users and group
|
||||||
api: POST /users/permission/<app>
|
api: POST /users/permissions/<app>
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: Application to manage the permission
|
help: Application to manage the permission
|
||||||
|
@ -328,7 +328,7 @@ user:
|
||||||
### user_permission_remove()
|
### user_permission_remove()
|
||||||
remove:
|
remove:
|
||||||
action_help: Revoke access right to users and group
|
action_help: Revoke access right to users and group
|
||||||
api: PUT /users/permission/<app>
|
api: PUT /users/permissions/<app>
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: Application to manage the permission
|
help: Application to manage the permission
|
||||||
|
@ -356,7 +356,7 @@ user:
|
||||||
## user_permission_clear()
|
## user_permission_clear()
|
||||||
clear:
|
clear:
|
||||||
action_help: Reset access rights for the app
|
action_help: Reset access rights for the app
|
||||||
api: DELETE /users/permission/<app>
|
api: DELETE /users/permissions/<app>
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: Application to manage the permission
|
help: Application to manage the permission
|
||||||
|
|
Loading…
Add table
Reference in a new issue