---
title: "Update Client Workflow Settings"
method: PUT
path: "/api/v1/admin/block/clients/{client_id}/workflow-settings"
tags: ["Admin APIs", "block-data-approvals"]
---

# Update Client Workflow Settings

`PUT /api/v1/admin/block/clients/{client_id}/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.

## Path parameters

- `client_id` string, uuid, required

## Request body

- BlockWorkflowSettingsUpdate
  - `block_compliance` 'managed' | 'notified' | 'disabled', required

## Response `200`

Successful Response

- BlockWorkflowSettingsRead
  - `block_compliance` 'managed' | 'notified' | 'disabled', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
