Tags
Create a new tag
Create a new tag for the authenticated team.
post/tags
Request body
Example request
{
"name": "Important"
}Response
Tag created
Example response
{
"id": "b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f",
"name": "Important"
}Create a new tag for the authenticated team.
{
"name": "Important"
}Tag created
{
"id": "b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f",
"name": "Important"
}