Tags
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
201
Tag resource created
400
Invalid input
403
Forbidden
422
An error occurred
post
/tagsUpdates 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
200
Tag resource updated
400
Invalid input
403
Forbidden
404
Not found
422
An error occurred
patch
/tags/{id}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
200
Tag resource updated
400
Invalid input
403
Forbidden
404
Not found
422
An error occurred
put
/tags/{id}Retrieves the collection of Tag resources.
Authorizations
Query parameters
pageintegerOptionalDefault:
The collection page number
1itemsPerPageinteger · max: 30OptionalDefault:
The number of items per page
15idstringOptional
id[]string[]Optional
Responses
200
Tag collection
403
Forbidden
get
/tagsLast updated

