Validate a playbook definition
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
playbookId
Request
A draft overlay merged over the stored playbook before linting.
name
description
spaceTypes
tasks
model
actions
Response
Validation issues (possibly empty).
data