Skip to content

Update tag

PATCH
/v1/tags/{tagId}

Renames an existing tag. The new name must be unique within the owning team.

Authorizations

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"name": "renamed-tag"
}

Responses

Tag successfully updated.

application/json
JSON
{
  
"id": "019a77e7-5105-774f-ac0b-1b9b18f8366a",
  
"name": "ui"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI