Create Tag

POST

Creates a new tag, which is used to create associations between objects and a logical concept denoted by the tag’s name.

Request

This endpoint expects an object.
namestringRequired

The name for the tag, which must be unique across all tags.

allowed_valueslist of stringsOptional

The allowed values for the tag, or empty if no values are permitted.

descriptionstringOptional

The description for the tag.

Response

The response to creating a new tag.

tagobject
Built with