API ReferenceTagsCreate TagPOSThttps://api.devrev.ai/tags.createCreates a new tag, which is used to create associations between objects and a logical concept denoted by the tag's name. HeadersAuthorizationstringRequiredBearer authentication of the form Bearer <token>, where token is your auth token.RequestThis endpoint expects an object.namestringRequiredformat: "text"The name for the tag, which must be unique across all tags. allowed_valueslist of stringsOptionalThe allowed values for the tag, or empty if no values are permitted. descriptionstringOptionalformat: "text"The description for the tag.ResponseThe response to creating a new tag.tagobjectShow 9 propertiesErrors400Bad Request Error401Unauthorized Error403Forbidden Error429Too Many Requests Error500Internal Server Error503Service Unavailable Error