v1
latestOpenAPI 3.0.32026-07-1419076.2 KBUpdate a Specific Tag
This endpoint creates a new tag and associates it with the client.
put/tags/{id}
Path parameters
idinteger required
The ID used to identify the tag.
Request body
Response
201
Example response
{
"data": {
"id": 1,
"name": "Important",
"color": "#C0382B",
"status": "active"
}
}