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

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

  • ]
Loading...