Skip to main content
PUT
Update a tag

Authorizations

Authorization
string
header
required

API key authentication using Bearer token. Include your API key in the Authorization header.

Query Parameters

tagId
string<uuid>
required

The ID of the tag to update

Body

application/json
tagName
string
Maximum string length: 1000
tagColor
string
Maximum string length: 100
parentTagId
string<uuid> | null

Response

Tag updated successfully

success
boolean
Example:

true

data
object
usage
object