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
featureName
Request
updateTagsSchema
addedTags
Tags to add to the feature.
removedTags
Tags to remove from the feature.
Response headers
location
The location of the newly created resource.
Response
The resource was successfully created.
version
The version of the schema used to model the tags.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error