Metadata
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the playbook metadata.
playbookIdentifierstringRequired
Body
optionIdentifierstring · uuidRequired
Responses
200
OK
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}/categoriesAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional
The page number for paginated results.
pageSizeinteger · int32Optional
The number of items per page.
searchTextstringOptional
Optional search text to filter results.
sortinginteger · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/playbooks/{playbookIdentifier}/metadataAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstringRequired
Body
isYesboolean · nullableOptional
decimalValuenumber · double · nullableOptional
textstring · nullableOptional
datestring · date-time · nullableOptional
singleCategoryIdentifierstring · uuid · nullableOptional
categoriesstring · uuid[] · nullableOptional
organizationMetadataIdentifierstring · uuidOptional
Responses
201
Created
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/metadataAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the metadata entry.
playbookIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the metadata entry to update.
playbookIdentifierstringRequired
Body
isYesboolean · nullableOptional
decimalValuenumber · double · nullableOptional
textstring · nullableOptional
datestring · date-time · nullableOptional
organizationMetadataIdentifierstring · uuidOptional
singleCategoryIdentifierstring · uuid · nullableOptional
Responses
200
OK
400
Bad Request
403
Forbidden
404
Not Found
put
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the metadata entry.
optionIdentifierstring · uuidRequired
The identifier of the category to remove.
playbookIdentifierstringRequired
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}/categories/{optionIdentifier}No content
Last updated
