Skip to main content

Get a tag by type and value.

GET /api/admin/tags/:type/:value

Get a tag by type and value. Can be used to check whether a given tag already exists in Unleash or not.

Request

Path Parameters

  • type string required
  • value string required
Responses

tagWithVersionSchema

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...