Updates multiple tags for a feature.

Receives a list of tags to add and a list of tags to remove that are mandatory but can be empty. All tags under addedTags are first added to the feature and then all tags under removedTags are removed from the feature.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

featureNamestringRequired

Request

updateTagsSchema
addedTagslist of objectsRequired
Tags to add to the feature.
removedTagslist of objectsRequired
Tags to remove from the feature.

Response headers

locationstring or null
The location of the newly created resource.

Response

The resource was successfully created.
versioninteger
The version of the schema used to model the tags.
tagslist of objects
A list of tags.

Errors