v1
latestOpenAPI 3.1.02026-07-263788129.7 KBTags
Create a Tag
Creates a new tag for the object given in the request body. Tag names must be unique per object type within the organization.
post/v1/tags/
Request body
Example request
{
"name": "Enterprise"
}Response
Successful Response
Example response
{
"data": {
"name": "Enterprise",
"color": "blue"
}
}