cURL
curl --request PATCH \ --url http://localhost:3000/v1/orgs/{org_id}/playbooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "content": "<string>", "is_active": true, "metadata": {} } '
If content changes, the prior version is appended to playbook_versions and version increments.
content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
1 - 500000
Show child attributes
Default Response