PUT
/
api
/
tags
/
{tagId}

Authorizations

Authorization
string
header
required

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
color
string
required

Color code of the tag

companyId
string
required

ID of the company associated with the tag

kanban
number
required

Kanban value of the tag

name
string
required

Name of the tag

order
number
required

Order value of the tag

Response

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