Validate a playbook definition

View as Markdown

Lints the playbook, optionally with a draft overlay merged over the stored document (same fields as update). Always 200 with { data: { issues } } — each issue carries severity: error | warning; warnings never block activation. Authorization: organization administrators only.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

playbookIdstringRequired

Request

A draft overlay merged over the stored playbook before linting.
namestringOptional1-200 characters
descriptionstringOptional<=5000 characters
spaceTypeslist of stringsOptional
taskslist of objectsOptional
modelstring or nullOptional<=200 characters
actionslist of objectsOptional

Response

Validation issues (possibly empty).

dataobject