Creates a new tag
Creates a new tag
application/json
Request Body required
The following is required:(name).
id string nullable
name string nullable
Responses
- 201
- 401
- 403
- 404
The created tag.
application/json
Schema
Example (from schema)
Schema
id string nullable
name string nullable
{
"id": "string",
"name": "string"
}
Unauthorized
Access denied
Not found
Loading...