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

Organization Metadata

Get all organization metadata for projects.

get

Returns a paginated list of organization-level custom metadata fields for projects, with optional filtering and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Query parameters
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
searchTextstringOptional
sortingstring · enumOptionalPossible values:
descbooleanOptionalDefault: true
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
get/projects/organization-metadata

Create organization metadata for projects.

post

Defines a new organization-level custom metadata field for projects.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Body
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
optionsstring[] · nullableOptional
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
post/projects/organization-metadata

Get organization metadata for projects by id.

get

Returns a single organization-level custom metadata field for projects by its identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
get/projects/organization-metadata/{objectIdentifier}

Update organization metadata for projects.

put

Updates the definition of an organization-level custom metadata field for projects.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
Body
namestring · nullableRequired
descriptionstring · nullableRequired
isRequiredbooleanRequired
Responses
200

OK

namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
put/projects/organization-metadata/{objectIdentifier}

Delete organization metadata for projects.

delete

Deletes an organization-level custom metadata field for projects by its identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
Responses
204

No Content

No content

delete/projects/organization-metadata/{objectIdentifier}

No content

Last updated