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

featureNamestringRequired

Request

tagSchema
valuestringRequired2-50 characters
The value of the tag.
typestringRequired2-50 characters

The type of the tag

colorstring or nullOptionalformat: "^#[0-9A-Fa-f]{6}$"
The hexadecimal color code for the tag type.

Response headers

locationstring or null
The location of the newly created resource.

Response

The resource was successfully created.
valuestring2-50 characters
The value of the tag.
typestring2-50 characters

The type of the tag

colorstring or nullformat: "^#[0-9A-Fa-f]{6}$"
The hexadecimal color code for the tag type.

Errors