# Patch consent category cookie entries PATCH /v3/consent-categories/{consentCategoryId}/cookies patch a consent category cookie entry Endpoint: PATCH /v3/consent-categories/{consentCategoryId}/cookies 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): - `cookies` (array, required) - `cookies.nameType` (string) Enum: "name_any", "name_regex", "name_exact_match" - `cookies.name` (string) - `cookies.domainType` (string) Enum: "domain_any", "domain_regex", "domain_exact_match" - `cookies.domain` (string) - `cookies.cookieDescription` (string) ## 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)