Reorder a playbook's checks
Playbooks
Reorder a Playbook's Checks
Set the order of the playbook’s checks. Provide the check IDs in the desired order.
Requires a user-scoped key with write access to the playbook. Org-scoped keys cannot reorder checks.
POST
Reorder a playbook's 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.
Body
application/json
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:
1Response
Checks reordered
Always true on success