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()
|
||||
list:
|
||||
action_help: List app actions
|
||||
api: GET /<app>/actions
|
||||
api: GET /apps/<app_id>/actions
|
||||
arguments:
|
||||
app_id:
|
||||
help: app id
|
||||
|
@ -788,7 +788,7 @@ app:
|
|||
### app_action_run()
|
||||
run:
|
||||
action_help: Run app action
|
||||
api: PUT /<app>/actions/<action>
|
||||
api: PUT /apps/<app_id>/actions/<action>
|
||||
arguments:
|
||||
app_id:
|
||||
help: app id
|
||||
|
@ -798,7 +798,6 @@ app:
|
|||
full: --args
|
||||
help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path")
|
||||
|
||||
|
||||
config:
|
||||
subcategory_help: Applications configuration panel
|
||||
actions:
|
||||
|
|
Loading…
Add table
Reference in a new issue