v1
latestOpenAPI 3.0.32026-07-13149852.3 MBtag
Add Tag
Creates a new tag
post/tag/add
Request body
Example request
{
"name": "Priority"
}Response
Tag created or existing tag returned
Example response
{
"_id": "507f1f77bcf86cd799439011"
}Creates a new tag
{
"name": "Priority"
}Tag created or existing tag returned
{
"_id": "507f1f77bcf86cd799439011"
}