# Modify audit attachments PATCH /v3/consent-categories/{consentCategoryId}/web-audits Modify audit attachments Endpoint: PATCH /v3/consent-categories/{consentCategoryId}/web-audits 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) The operation to be performed Enum: "add", "remove" - `path` (string) - `value` (integer) id of the item to assign ## Response 200 fields (application/json): - `webAudits` (array) - `webAudits.auditId` (integer) - `webAudits.auditName` (string) - `webAudits.domain` (string) - `webAudits.createdBy` (integer) - `webAudits.access` (boolean) - `webAudits.lastRun` (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)