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 stringrequired

Body

required

tagsBulkAddSchema

    features string[]required

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

    Possible values: non-empty

    tags

    object

    required

    The tag changes to be applied to the features.

    addedTags

    object[]

    required

    Tags to add to the feature.

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

  • removedTags

    object[]

    required

    Tags to remove from the feature.

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

Responses

This response has no body.

Loading...