contextmaps/{language}/{id} (PUT)
Overview
- REST Method: PUT
- Method Access: public
Query Parameters
Name | Type | Description |
verbose | bool? | return verbose information (default: false) |
id | string | |
language | 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 mapping is required |
Not Found | 404 | The requested mapping could not be found |
Message Format
Input
<contextmap> <pageid>{int}</pageid> </contextmap>
Output
<contextmap default="false" exists="true"> <id>{text}</id> <language>{text}</language> <pageid>{int}</pageid> </contextmap>
Implementation Notes
It's possible to set a Page ID for a page that does not exist