tagTags

Creates a Tag resource.

post

Creates a Tag resource.

Authorizations
Body
titlestring | nullRequired
backgroundColorstring | nullOptional

Background color of label

textColorstring | nullOptional

Text color of label

descriptionstring | nullOptional

Description of tag

Responses
post
/tags

Retrieves a Tag resource.

get

Retrieves a Tag resource.

Authorizations
Path parameters
idstringRequired

Tag identifier

Responses
chevron-right
200

Tag resource

get
/tags/{id}

Updates the Tag resource.

patch

Updates the Tag resource.

Authorizations
Path parameters
idstringRequired

Tag identifier

Body
idstring | nullOptional
backgroundColorstring | nullOptional
textColorstring | nullOptional
titlestring | nullOptional
descriptionstring | nullOptional
createdAtstring | nullOptional
updatedAtstring | nullOptional
Responses
chevron-right
200

Tag resource updated

patch
/tags/{id}

Replaces the Tag resource.

put

Replaces the Tag resource.

Authorizations
Path parameters
idstringRequired

Tag identifier

Body
idstring | nullOptional
backgroundColorstring | nullOptional
textColorstring | nullOptional
titlestring | nullRequired
descriptionstring | nullOptional
createdAtstring | nullOptional
updatedAtstring | nullOptional
Responses
chevron-right
200

Tag resource updated

put
/tags/{id}

Retrieves the collection of Tag resources.

get

Retrieves the collection of Tag resources.

Authorizations
Query parameters
pageintegerOptional

The collection page number

Default: 1
itemsPerPageinteger · max: 30Optional

The number of items per page

Default: 15
idstringOptional
id[]string[]Optional
Responses
chevron-right
200

Tag collection

get
/tags

Last updated