Create Tag

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

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequiredformat: "text"
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.
descriptionstringOptionalformat: "text"
The description for the tag.

Response

The response to creating a new tag.
tagobject

Errors