Organization Metadata Options
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 · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/playbooks/organization-metadata/{organizationMetadataIdentifier}/optionsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
organizationMetadataIdentifierstring · uuidRequired
The identifier of the organization metadata entry.
Body
namestring · nullableRequired
Responses
201
Created
400
Bad Request
403
Forbidden
post
/playbooks/organization-metadata/{organizationMetadataIdentifier}/optionsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the option.
organizationMetadataIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}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
400
Bad Request
403
Forbidden
404
Not Found
put
/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the option to delete.
organizationMetadataIdentifierstringRequired
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/playbooks/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}No content
Last updated
