Tags
Update a tag
Update a tag by ID for the authenticated team.
patch/tags/{id}
Path parameters
idstring uuid required
The ID of the tag to update.
Example:b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f
The ID of the tag to update.
Request body
Example request
{
"name": "Urgent"
}Response
Tag updated
Example response
{
"id": "b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f",
"name": "Important"
}