cURL
curl --request POST \ --url http://localhost:3000/v1/orgs/{org_id}/playbook-drafts/{id}/publish \ --header 'Authorization: Bearer <token>'
Inserts the draft’s generated_content into playbooks (version 1, is_active=true) and marks the draft published_at.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response