PUT for '/apps/<app>/config' & 'appscatalog' to 'apps/catalog'

This commit is contained in:
axolotle 2021-03-22 23:22:56 +01:00
parent 63f9048504
commit 113d9f5a8b

View file

@ -587,7 +587,7 @@ app:
catalog: catalog:
action_help: Show the catalog of installable application action_help: Show the catalog of installable application
api: GET /appscatalog api: GET /apps/catalog
arguments: arguments:
-f: -f:
full: --full full: --full
@ -851,7 +851,7 @@ app:
### app_config_apply() ### app_config_apply()
apply: apply:
action_help: apply the new configuration action_help: apply the new configuration
api: POST /apps/<app>/config api: PUT /apps/<app>/config
arguments: arguments:
app: app:
help: App name help: App name