PUT
/
api
/
tags
/
{tagId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagId
string
required

ID of the tag to update

Body

application/json
name
string
required

Name of the tag

color
string
required

Color code of the tag

kanban
number
required

Kanban value of the tag

order
number
required

Order value of the tag

companyId
string
required

ID of the company associated with the tag

Response

200 - application/json
id
string
required
name
string
required
color
string
required
kanban
integer
order
integer
required
companyId
string
required
createdAt
string
required
updatedAt
string
required
contacts
object[]