Adds a tag to a feature.
Adds a tag to a feature if the feature and tag type exist in the system. The operation is idempotent, so adding an existing tag will result in a successful response.
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
tagSchema
value
The value of the tag.
type
The type of the tag
color
The hexadecimal color code for the tag type.
Response headers
location
The location of the newly created resource.
Response
The resource was successfully created.
value
The value of the tag.
type
The type of the tag
color
The hexadecimal color code for the tag type.