Last updated 3 months ago
This endpoint updates an existing consent.
The id of the consent you wish to update.
The consent was updated successfully.
const response = await fetch('https://apione.zwapgrid.com/consents//api/v1/consents/{consentId}', { method: 'PATCH', headers: { "If-Match": "text", "x-correlation-id": "123e4567-e89b-12d3-a456-426614174000", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }