Field | Type | Description |
---|
success | boolean | Result of the request |
data | array | Properties of the global variable |
data.id | int | ID of global variable |
data.name | string | Name of global variable |
data.html | string | HTML content of the global variable |
data.text | string | Text content of the global variable |
data.group_id | int | Group ID of the global variable |
data.last_modification | string | Date of last modification |
data.order | int | Order of global variable |
Field | Type | Description |
---|
errorCode | int | Code of the error |
errorMessage | string | Human readable error message |
errorCode | Description |
---|
1 | JSON syntax error |
2 | Missing request body |
10001 | Global variable already exists with the given name |
10002 | Invalid global variable name |
10003 | Missing global variable name |
10004 | Missing HTML |