Skip to main content
Use this endpoint to rename an existing tag in your workspace. Supply the tag’s numeric ID in the URL path and the new name in the request body. The name must remain unique within your workspace.
PUT /api/v1/tags/{id}

Path Parameters

string
required
The numeric ID of the tag to update. Must match the pattern \d+.

Request Body

string
required
The updated name for the tag. Must be between 1 and 255 characters.

Code Examples

Response

Returns 200 OK with the updated tag object.

Response Fields

string
required
The unique identifier of the updated tag.
string
required
The updated name of the tag.

Example Response