v1

latestOpenAPI 3.1.02026-07-26269227514.8 KB
playbooks

Update a playbook

put/v3/enterprise/playbooks/{playbook_id}

Path parameters

playbook_idstring required
Example:playbook-abc123def456

Playbook ID (prefix: playbook-)

Request body

bodystring required
macrostring nullable

Playbook macro identifier. Must start with '!' followed by one or more letters, digits, underscores, or hyphens. Example: '!my_macro' or '!my-macro'

structured_output_schemaobject nullable

JSON Schema (Draft 7) that sessions using this playbook will produce as structured output. Max 64KB. Must be self-contained (no external $ref).

titlestring required

Response

Successful Response

access_type'enterprise' | 'org' required
bodystring required
created_atinteger required
created_bystring required
macrostring nullable required
org_idstring nullable required
playbook_idstring required
structured_output_schemaobject nullable
titlestring required
updated_atinteger required
updated_bystring required