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 stringrequired

Responses

tagsSchema

Schema

    version integerrequired

    The version of the schema used to model the tags.

    tags

    object[]

    required

    A list of tags.

  • Array [

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