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
Returns200 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.