DevelopersAPI referenceCronCrunchEntries
Create a tag
Creates a tag. Names are unique per caller (case-insensitive); color defaults to "#5b4a7d".
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/tags" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "tag": { "id": "string", "name": "string", "color": "string", "created": "2019-08-24T14:15:22Z" }}