For the complete documentation index, see llms.txt. This page is also available as Markdown.

Playbook Document Assembly

Gets the document assembly rich text content for the specified playbook.

get

Retrieves the document assembly rich text JSON content for the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Responses
200

OK

typestring · nullableRequired
get/playbooks/{playbookIdentifier}/document-assembly

Saves the document assembly rich text content for the specified playbook.

put

Saves the document assembly rich text JSON content for the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Body
typestring · nullableRequired
Responses
200

OK

No content

put/playbooks/{playbookIdentifier}/document-assembly

No content

Last updated