Skip to main content

Get all tags for a feature.

GET /api/admin/features/:featureName/tags

Retrieves all the tags for a feature name. If the feature does not exist it returns an empty list.

Request

Path Parameters

  • featureName string required
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...