Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag to rename

Body

application/json

Request body for renaming a tag

name
string
required

New name for the tag

Required string length: 1 - 100

Response

Successful response

Result of tag rename

success
boolean
required

Whether the rename was successful

error
string

Error message if rename failed