mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] better API paths for configpanel
This commit is contained in:
parent
67ba031eab
commit
6a1b8fdfa3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue