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

Playbook

Gets the details of the specified playbook.

get

Retrieves the details of the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
isPrivatebooleanRequired
organizationWidebooleanRequired
dateAddedstring · date-timeRequired
objectIdentifierstring · uuidRequired
hasImagebooleanOptional
get/playbooks/{playbookIdentifier}

Updates the specified playbook.

put

Updates the details of the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstring · uuidRequired

The identifier of the playbook to update.

Body
namestring · nullableRequired
descriptionstring · nullableRequired
isPrivatebooleanRequired
organizationWidebooleanRequired
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
isPrivatebooleanRequired
organizationWidebooleanRequired
dateAddedstring · date-timeRequired
objectIdentifierstring · uuidRequired
hasImagebooleanOptional
put/playbooks/{playbookIdentifier}

Deletes the specified playbook.

delete

Deletes the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Responses
204

No Content

No content

delete/playbooks/{playbookIdentifier}

No content

Exports the specified playbook as a ZIP file.

get

Exports the specified playbook as a ZIP file.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstring · uuidRequired

The identifier of the playbook to export.

Responses
200

OK

string · binaryOptional
get/playbooks/{playbookIdentifier}/export

Clones the specified playbook.

post

Clones the specified playbook with a new name and description.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstring · uuidRequired

The identifier of the playbook to clone.

Body
namestring · nullableRequired
descriptionstring · nullableRequired
Responses
201

Created

namestring · nullableRequired
descriptionstring · nullableRequired
isPrivatebooleanRequired
organizationWidebooleanRequired
dateAddedstring · date-timeRequired
objectIdentifierstring · uuidRequired
hasImagebooleanOptional
post/playbooks/{playbookIdentifier}/clone

Gets the image for the specified playbook.

get

Retrieves the image file for the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstring · uuidRequired

The identifier of the playbook.

Responses
200

OK

string · binaryOptional
get/playbooks/{playbookIdentifier}/image

Adds an image to the specified playbook.

post

Uploads an image file to the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstring · uuidRequired

The identifier of the playbook.

Body
imagestring · binaryOptional

The image file to upload.

Responses
201

Created

No content

post/playbooks/{playbookIdentifier}/image

No content

Last updated