Tags
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
/tagsAuthorizations
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}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}Last updated

