| ||||
summary: resource | method | detail: method |
Resource | Description |
---|---|
GET /{BASE}/config/data/{key} | Return the string or list value for the configuration key passed as argument. |
POST /{BASE}/config/data/{key}?comment=…&type=… | Set the configuration with the key passed in the path argument. |
DELETE /{BASE}/config/data/{key} | Delete the configuration with the key passed in the path argument. |
| ||||
summary: resource | method | detail: method |