Updates the {domain} row keyed by {type}/{code}. The entire key is in the URL, so the body normally carries only srvcode-description. Upserts if the row does not exist.A body srvcode-item / srvcode-code that disagrees with its path segment is a 400.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params application/jsonRequired
Examples
Responses
🟢200OK
Updated (no body)
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl--location--request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//servicecode//' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data'{
"srvcode-description": "Hot-desk user (shared phone)"
}'