Dida365/addTaskComment

Dida365Dida365 Open API

POST/open/v1/project/{projectId}/task/{taskId}/comment

Add Task Comment

Add Task Comment

Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.

Request

operationId
addTaskComment
Server
https://api.dida365.com
Authentication
OAuth2

Request parameters

projectId

pathstringrequired

Project identifier

6226ff9877acee87727f6bca

taskId

pathstringrequired

Task identifier

63b7bebb91c0a5474805fcd4

Request body

objectrequired

Content-Type: application/json

Properties: title

{
  "title": "Looks good"
}

Responses

200

OpenCommentapplication/json

Created comment

Properties: iduserIdtitlecreatedTimemodifiedTimereplyCommentIdreplyUserId

201

unknown

Created without response content

401

unknown

Unauthorized

403

unknown

Forbidden

404

unknown

Not Found

{
  "id": "comment-1",
  "userId": 0,
  "title": "Comment text",
  "createdTime": "2026-04-07T09:00:00+0000",
  "modifiedTime": "2026-04-07T09:00:00+0000",
  "replyUserId": 0
}