Config
System configuration
Get current user-defined configuration values
GET
/config
Only returns the values that have been stored by the user through the API
Create a configuration key/value pair
POST
/config
Request Body
Name | Type | Description |
---|---|---|
key* | String | Configuration key |
value* | Any | Configuration value |
Removes a configuration entry
DELETE
/config/:key
Path Parameters
Name | Type | Description |
---|---|---|
key* | String | The key of the configuration to be removed |
Last updated