Creating Tag

Creates new tag.

POST /tags/

Creates new tag.

Request Body

NameTypeDescription

*

Object

Object that contains tag information.

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Tag"

Last updated