v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Tags

Adds a tag to the specified features

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

put/api/admin/projects/{projectId}/tags

Path parameters

projectIdstring required

Request body

featuresstring[] required

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

Example request

{
  "tags": {
    "addedTags": [
      {
        "value": "tag-to-add",
        "type": "simple"
      }
    ],
    "removedTags": [
      {
        "value": "tag-to-remove",
        "type": "simple"
      }
    ]
  }
}

Response

This response has no body.