[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() ### 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: