contexts/{id} (PUT)
Overview
- REST Method: PUT
- Method Access: public
Query Parameters
| Name | Type | Description |
| id | string | |
| authenticate | bool? | Force authentication for request (default: false) |
Return Codes
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Bad Request | 400 | Invalid input parameter or request body |
| Forbidden | 403 | Read access to the page is required |
| Not Found | 404 | The requested page could not be found |
Message Format
Input
<context>
<description>{text}</description>
</context> Output
Returns the added context IDs
<context>
<id>{text}</id>
<description>{text}</description>
</context> Implementation Notes
If the Context ID does not exist, it is created; otherwise the context ID is updated
To remove the description, do not include the <description> element in the sent input

