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 stringrequired
    value stringrequired

Responses

tagWithVersionSchema

Schema

    version integerrequired

    The version of the schema used to model the tag.

    Example: 1

    tag

    object

    required

    Representation of a tag

    value stringrequired

    The value of the tag.

    Possible values: >= 2 characters and <= 50 characters

    Example: a-tag-value
    type stringrequired

    The type of the tag

    Possible values: >= 2 characters and <= 50 characters

    Example: simple
Loading...