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

Organization Metadata Options

Gets all organization metadata options for the specified organization metadata entry.

get

Retrieves a paginated list of all organization metadata options for the specified organization metadata entry, with optional search and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
organizationMetadataIdentifierstring · uuidRequired

The identifier of the organization metadata entry.

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
200

OK

namestring · nullableRequired
objectIdentifierstring · uuidRequired
get/playbooks/organization-metadata/{organizationMetadataIdentifier}/options

Creates a new organization metadata option for the specified organization metadata entry.

post

Creates a new organization metadata option for the specified organization metadata entry.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
organizationMetadataIdentifierstring · uuidRequired

The identifier of the organization metadata entry.

Body
namestring · nullableRequired
Responses
201

Created

namestring · nullableRequired
objectIdentifierstring · uuidRequired
post/playbooks/organization-metadata/{organizationMetadataIdentifier}/options

Gets the details of a specific organization metadata option by its object identifier.

get

Retrieves the details of an organization metadata option for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the option.

organizationMetadataIdentifierstringRequired
Responses
200

OK

namestring · nullableRequired
objectIdentifierstring · uuidRequired
get/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

Updates an existing organization metadata option for playbooks.

put

Updates the details of an existing organization metadata option for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the option to update.

organizationMetadataIdentifierstringRequired
Body
namestring · nullableRequired
Responses
200

OK

namestring · nullableRequired
objectIdentifierstring · uuidRequired
put/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

Deletes an organization metadata option for playbooks.

delete

Deletes an organization metadata option for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the option to delete.

organizationMetadataIdentifierstringRequired
Responses
204

No Content

No content

delete/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

No content

Last updated