mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
actionmap: add missing key in '/settings' api route
This commit is contained in:
parent
4b9c7922a7
commit
403efe4873
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ settings:
|
||||||
### settings_set()
|
### settings_set()
|
||||||
set:
|
set:
|
||||||
action_help: set an entry value in the settings
|
action_help: set an entry value in the settings
|
||||||
api: PUT /settings
|
api: PUT /settings/<key>
|
||||||
arguments:
|
arguments:
|
||||||
key:
|
key:
|
||||||
help: The question or form key
|
help: The question or form key
|
||||||
|
|
Loading…
Add table
Reference in a new issue