Dida365Dida365 Open API
POST/open/v1/tag
Create Tag
Create Tag
Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.
Request
- operationId
createTag- Server
https://api.dida365.com- Authentication
- OAuth2
Request parameters
No URL, query, or header parameters.
Request body
TagCreaterequired
Content-Type: application/json
Properties: namelabel
{
"name": "urgent",
"label": "urgent"
}Responses
200
OpenTagapplication/json
Created tag
Properties: namelabelsortOrdercolorparenttype
201
unknown
Created without response content
401
unknown
Unauthorized
403
unknown
Forbidden
404
unknown
Not Found
{
"name": "work",
"label": "work",
"sortOrder": 0,
"color": "#F18181",
"type": 1
}