This request will set the specified site wide configuration setting.
| URL | https://api.telecomx.dk/config/KEY/VALUE | |
|---|---|---|
| Method | POST or GET | |
| Access level | ADMIN. | |
| Param | KEY | Configuration key |
| VALUE | Value for key. Numeric values are stored as numbers and 24 hex-char values as ids; anything else is stored as a string. | |
https://api.telecomx.dk/config/TerminationProduct/1234567890ABCDEF12345678
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |