api:config:set
Table of Contents
API : Config Set
Introduction
This request will set the specified site wide configuration setting.
Request
| URL | https://api.telecomx.dk/config/KEY/VALUE | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
| Param | KEY | Configuration key |
| VALUE | Value for key | |
Query example
https://api.telecomx.dk/config/TerminationProduct/1234567890ABCDEF12345678
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
api/config/set.txt · Last modified: 2014/05/30 11:35 by Per Møller