Update Consent Instance
PUT/consent-srv/consents/:id
Update an existing consent instance by ID.
The same validation as create applies: consent_name, legalType, and interactionMode are required, and consentType is required when legalType is 'consent'.
The following fields are immutable and cannot be changed on update: processingPurposes, legalType, involvedParties, createdTime, updatedTime.
Request
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
Unauthorized
Not Found