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
400
Bad Request
403
Forbidden
404
Not Found
put
/playbooks/{playbookIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstring · uuidRequired
The identifier of the playbook to export.
Responses
200
OK
Responsestring · binary
400
Bad Request
403
Forbidden
404
Not Found
get
/playbooks/{playbookIdentifier}/exportAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstring · uuidRequired
The identifier of the playbook to clone.
Body
namestring · nullableRequired
descriptionstring · nullableRequired
Responses
201
Created
400
Bad Request
403
Forbidden
404
Not Found
post
/playbooks/{playbookIdentifier}/cloneAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstring · uuidRequired
The identifier of the playbook.
Responses
200
OK
Responsestring · binary
403
Forbidden
404
Not Found
get
/playbooks/{playbookIdentifier}/imageAuthorizations
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
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/imageNo content
Last updated
