Creating Tag
Creates new tag.
POST
/tags
Creates new tag.
Request Body
Name
Type
Description
*
Object
Object that contains tag information.
content:
application/json:
schema:
$ref: "#/components/schemas/Tag"
Last updated