Skip to main content

List all tags.

GET /api/admin/tags

List all tags available in Unleash.

Request

Responses

tagsSchema

Schema
  • version integer required

    The version of the schema used to model the tags.

  • tags object[]required

    A list of tags.

  • Array [
  • value string required

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

    The value of the tag.

  • type string required

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

    The type of the tag

  • ]
Loading...