latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

Admin APIs
block-data-approvals

Update Client Workflow Settings

CAMS override of any client's block_compliance setting. Emits an audit log entry (resource=block_workflow_settings) capturing the previous and new values.

The write stores the requested value verbatim; the response echoes the effective mode, so setting a mode on a client that isn't compliance managed reads back as disabled rather than implying it took effect.

put/api/v1/admin/block/clients/{client_id}/workflow-settings

Path parameters

client_idstring uuid required

Request body

block_compliance'managed' | 'notified' | 'disabled' required

Response

Successful Response

block_compliance'managed' | 'notified' | 'disabled' required