Skip to main content

Adds a tag to the specified features

PUT /api/admin/projects/:projectId/tags

Add a tag to a list of features. Create tags if needed.

Request

Path Parameters

  • projectId string required

Body

required

tagsBulkAddSchema

  • features string[] required

    Possible values: non-empty

    The list of features that will be affected by the tag changes.

  • tags objectrequired

    The tag changes to be applied to the features.

  • addedTags object[]required

    Tags to add to the feature.

  • Array [
  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

  • ]
  • removedTags object[]required

    Tags to remove from the feature.

  • Array [
  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

  • ]
Responses

This response has no body.

Loading...