Update a Check
Update a check’s title, description, importance, or positions. At least one field is required. When positions is supplied it replaces the check’s positions entirely.
Requires a user-scoped key with write access to the playbook. Org-scoped keys cannot update checks.
Authorizations
API key for authentication. Format: gcai_xxxxxxxxx
Create API keys in the GC AI app under Settings → API.
Path Parameters
Playbook ID from GET /playbooks.
Check ID from GET /playbooks/{id}/checks.
Body
New title (non-empty).
1New description, or null to clear.
New priority, or null to clear.
low, medium, high, null Replacement set of positions (full desired state). Omit to leave positions unchanged.
1Response
Updated check
Unique check identifier
Check title
Optional internal description, or null if unset
Priority of this check within the playbook, or null if unset
low, medium, high, null The check's positions: one standard stance plus any fallbacks.
ISO 8601 creation timestamp
ISO 8601 last-update timestamp