v1

latestOpenAPI 3.1.02026-07-13231960.5 KB
Playbooks

Update playbook

Update an existing team playbook. Requires ManageOrgPlaybooks permission. Only team playbooks can be updated.

put/v1/playbooks/{playbook_id}

Path parameters

playbook_idstring required

The ID of the playbook to update

Request body

titlestring required

The title of the playbook

bodystring required

The content/instructions of the playbook

macrostring nullable

Optional macro shortcut for the playbook (e.g., !deploy)

Response

Playbook updated successfully

statusstring

Example response

{
  "status": "success"
}