[mod] better API paths for configpanel

This commit is contained in:
Laurent Peuch 2018-06-18 04:02:23 +02:00
parent 67ba031eab
commit 6a1b8fdfa3

View file

@ -780,7 +780,7 @@ app:
### app_config_show_panel() ### app_config_show_panel()
show-panel: show-panel:
action_help: show config panel for the application action_help: show config panel for the application
api: GET /<app_id>/config/panel api: GET /apps/<app_id>/config-panel
arguments: arguments:
app_id: app_id:
help: App ID help: App ID
@ -788,7 +788,7 @@ app:
### app_config_apply() ### app_config_apply()
apply: apply:
action_help: apply the new configuration action_help: apply the new configuration
api: POST /<app_id>/config api: POST /apps/<app_id>/config
arguments: arguments:
app_id: app_id:
help: App ID help: App ID