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