Skip to main content

Create a new tag.

POST /api/admin/tags

Create a new tag with the specified data.

Request

Body

required

tagSchema

  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

Responses

The resource was successfully created.

Response Headers
  • location string

    The location of the newly created resource.

Schema
  • version integer required

    The version of the schema used to model the tag.

  • tag objectrequired

    Representation of a tag

  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

Loading...