# Patch consent category request domains PATCH /v3/consent-categories/{consentCategoryId}/request-domains Endpoint: PATCH /v3/consent-categories/{consentCategoryId}/request-domains Security: API_Key ## Path parameters: - `consentCategoryId` (integer, required) Unique identification number for consent category item Example: 3301 ## Request fields (application/json-patch+json): - `op` (string, required) The operation to be performed Enum: "add", "remove", "replace", "move", "copy", "test" - `path` (string, required) A JSON-Pointer - `value` (object) The value to be used within the operations. - `from` (string) A string containing a JSON Pointer value. ## Response 200 fields (application/json): - `requestDomains` (array) - `requestDomains.domain` (string) - `requestDomains.domainType` (string, required) Enum: "domain_any", "domain_regex", "domain_exact_match" - `requestDomains.locationIds` (array) geo location ids - `requestDomains.anyLocation` (boolean) true if request domain should apply to any location ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)