Update task comments


PATCH /api/project/:projectId/task_comment/:taskCommentId

Updates the content of the specified comment.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/task_comment/:taskCommentId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
taskCommentId*stringComment ID

Body parameters

NameTypeDescription
comment*stringComment

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "taskComment": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "deletedAt": null,
    "comment": "This is my comment.",
    "space": 1,
    "user": 1,
    "parent": null,
    "task": 1
  }
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free