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 deprecatedaccepted_by,field_key,url,action_type).subjectrightaction:provideDataTo,settleAmount,chatItem,actionStatus.
Request
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
Unauthorized
Not Found