mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] better routes for actions
This commit is contained in:
parent
434e438f94
commit
dc0611d91b
1 changed files with 2 additions and 3 deletions
|
@ -780,7 +780,7 @@ app:
|
||||||
### app_action_list()
|
### app_action_list()
|
||||||
list:
|
list:
|
||||||
action_help: List app actions
|
action_help: List app actions
|
||||||
api: GET /<app>/actions
|
api: GET /apps/<app_id>/actions
|
||||||
arguments:
|
arguments:
|
||||||
app_id:
|
app_id:
|
||||||
help: app id
|
help: app id
|
||||||
|
@ -788,7 +788,7 @@ app:
|
||||||
### app_action_run()
|
### app_action_run()
|
||||||
run:
|
run:
|
||||||
action_help: Run app action
|
action_help: Run app action
|
||||||
api: PUT /<app>/actions/<action>
|
api: PUT /apps/<app_id>/actions/<action>
|
||||||
arguments:
|
arguments:
|
||||||
app_id:
|
app_id:
|
||||||
help: app id
|
help: app id
|
||||||
|
@ -798,7 +798,6 @@ app:
|
||||||
full: --args
|
full: --args
|
||||||
help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path")
|
help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path")
|
||||||
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
subcategory_help: Applications configuration panel
|
subcategory_help: Applications configuration panel
|
||||||
actions:
|
actions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue