Home / Resources / API Reference

Tag

Base route: /api/tag

Update tag

This API endpoint updates the details of an existing tag, such as its name.

Request

Parameters
tagId
string
required
The unique identifier of the tag that needs to be updated.
tagName
string
required
The new name for the tag.
Request body

PUT /api/tag {   "tagId": "string",   "tagName": "string" }

Response

200 OK