[mod] better routes for actions

This commit is contained in:
Laurent Peuch 2018-06-22 07:34:10 +02:00
parent 434e438f94
commit dc0611d91b

View file

@ -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: