Updates a tag
Updates a tag
Path Parameters
tagId string required
The Tag ID.
application/json
Request Body required
Request Body.
object
Responses
- 200
- 401
- 403
- 404
The updated tag.
application/json
Schema
Example (from schema)
Schema
id string nullable
name string nullable
{
"id": "string",
"name": "string"
}
Unauthorized
Access denied
Not found
Loading...