Activate a playbook definition

View as Markdown

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

playbookIdstringRequired

Response

The activated playbook definition.
dataobject