Skip to main content

Adds a tag to a feature.

POST /api/admin/features/:featureName/tags

Adds a tag to a feature if the feature and tag type exist in the system. The operation is idempotent, so adding an existing tag will result in a successful response.

Request

Path Parameters

  • featureName string required

Body

required

tagSchema

  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

Responses

The resource was successfully created.

Response Headers
  • location string

    The location of the newly created resource.

Schema
  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

Loading...