Activate a playbook definition
Transitions the playbook identified by playbookId to active status so it can be run. Authorization: organization administrators only — other callers are rejected with 403. No request body. Response: { data: Playbook } with the updated status.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
playbookId
Response
The activated playbook definition.
data