mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
normalize actionmap config API routes
This commit is contained in:
parent
0dc08c8f8c
commit
0838d443a1
1 changed files with 8 additions and 4 deletions
|
@ -586,7 +586,9 @@ domain:
|
|||
### domain_config_get()
|
||||
get:
|
||||
action_help: Display a domain configuration
|
||||
api: GET /domains/<domain>/config
|
||||
api:
|
||||
- GET /domains/<domain>/config
|
||||
- GET /domains/<domain>/config/<key>
|
||||
arguments:
|
||||
domain:
|
||||
help: Domain name
|
||||
|
@ -605,7 +607,7 @@ domain:
|
|||
### domain_config_set()
|
||||
set:
|
||||
action_help: Apply a new configuration
|
||||
api: PUT /domains/<domain>/config
|
||||
api: PUT /domains/<domain>/config/<key>
|
||||
arguments:
|
||||
domain:
|
||||
help: Domain name
|
||||
|
@ -958,7 +960,9 @@ app:
|
|||
### app_config_get()
|
||||
get:
|
||||
action_help: Display an app configuration
|
||||
api: GET /apps/<app>/config-panel
|
||||
api:
|
||||
- GET /apps/<app>/config
|
||||
- GET /apps/<app>/config/<key>
|
||||
arguments:
|
||||
app:
|
||||
help: App name
|
||||
|
@ -977,7 +981,7 @@ app:
|
|||
### app_config_set()
|
||||
set:
|
||||
action_help: Apply a new configuration
|
||||
api: PUT /apps/<app>/config
|
||||
api: PUT /apps/<app>/config/<key>
|
||||
arguments:
|
||||
app:
|
||||
help: App name
|
||||
|
|
Loading…
Add table
Reference in a new issue