Skip to main content
POST
Reorder a playbook's checks

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

Playbook ID from GET /playbooks.

Body

application/json
check_ids
string<uuid>[]
required

All check IDs of the playbook in the desired order. Checks omitted from the list keep their existing order relative to one another.

Minimum array length: 1

Response

Checks reordered

reordered
boolean
required

Always true on success