mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
PUT for '/apps/<app>/config' & 'appscatalog' to 'apps/catalog'
This commit is contained in:
parent
63f9048504
commit
113d9f5a8b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
@ -597,7 +597,7 @@ app:
|
||||||
full: --with-categories
|
full: --with-categories
|
||||||
help: Also return a list of app categories
|
help: Also return a list of app categories
|
||||||
action: store_true
|
action: store_true
|
||||||
|
|
||||||
### app_search()
|
### app_search()
|
||||||
search:
|
search:
|
||||||
action_help: Search installable apps
|
action_help: Search installable apps
|
||||||
|
@ -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
|
||||||
|
@ -1500,7 +1500,7 @@ tools:
|
||||||
### tools_regen_conf()
|
### tools_regen_conf()
|
||||||
regen-conf:
|
regen-conf:
|
||||||
action_help: Regenerate the configuration file(s)
|
action_help: Regenerate the configuration file(s)
|
||||||
api:
|
api:
|
||||||
- PUT /regenconf
|
- PUT /regenconf
|
||||||
- PUT /regenconf/<names>
|
- PUT /regenconf/<names>
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Add table
Reference in a new issue