Skip to main content
Tool update_playbook · Behavior Destructive
Update a playbook you can write to. Only the fields you pass change. Pass checks to replace the whole check set (read it first, edit, send it back); omit checks to leave them. Returns the playbook and its checks.

Input parameters

string (uuid)
required
Playbook to update. You must have write access.
string
New title (non-empty).
string | null
New description, or null to clear it.
string | null
New guide text, or null to clear it.
object[]
Full desired set of checks, in order (max 100). Replaces the current checks: entries with a matching id are updated, new entries are created, and omitted checks are removed. Omit checks entirely to leave them unchanged.

Response

object
object[]