Skip to main content
Version: Latest (4.0.3)

Update Consent Tracking

PUT 

/consent-srv/actions/:id

Update an existing consent tracking record. You can provide the tracking ID in the path or in the request body.

The identifying fields (sub, consent_id, consent_version_id, type) must match the stored record and cannot be changed. Records of type dataprocessing cannot be updated. Which fields are updatable depends on the stored record's type:

  • legalbasistrack: status, user_skip_amount, accepted_fields, scopes (plus deprecated accepted_by, field_key, url, action_type).
  • subjectrightaction: provideDataTo, settleAmount, chatItem, actionStatus.

Request

Responses

OK