Metadata

Adds a category to the specified playbook metadata.

post

Adds a category to the specified playbook metadata.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the playbook metadata.

playbookIdentifierstringRequired
Body
optionIdentifierstring · uuidRequired
Responses
post
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}/categories

Gets all metadata entries for the specified playbook.

get

Retrieves a paginated list of all metadata entries for the specified playbook, with optional search and sorting.

Authorizations
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 · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
get
/playbooks/{playbookIdentifier}/metadata

Creates a new metadata entry for the specified playbook.

post

Creates a new metadata entry for the specified playbook.

Authorizations
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
chevron-right
201

Created

post
/playbooks/{playbookIdentifier}/metadata

Gets the details of a specific playbook metadata entry by its object identifier.

get

Retrieves the details of a playbook metadata entry using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the metadata entry.

playbookIdentifierstringRequired
Responses
get
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}

Updates an existing metadata entry for the specified playbook.

put

Updates the details of an existing metadata entry for the specified playbook using its object identifier.

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
put
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}

Removes a category from the specified playbook metadata entry.

delete

Removes a category from the specified playbook metadata entry using its object identifier.

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
delete
/playbooks/{playbookIdentifier}/metadata/{objectIdentifier}/categories/{optionIdentifier}

No content

Last updated