Skip to main content

Set per-family health-check toggles

PUT 

/api/v1/workspace/health-check-families

Enable or disable individual check families for this workspace.

Body: {"families": {"drift": true}} — a partial map. Families the body does not name keep their stored state, so a UI that persists one switch cannot silently reset the others.

Returns the read-back resolved policy rather than the requested state (the convention): a settings write that lands nowhere still returns 200, so the client must render what persisted, not what it asked for.

Responses

Unprocessable Entity