Comment
Routes for API feature
Set comment for a task
POST https://your.host.lab/projects/:project_id/tasks/:task_id/comments
Path Parameters
Name
Type
Description
project_id*
String
tsk_id*
Sting
Request Body
Name
Type
Description
data*
String
{
"error_code": 0,
"error_message": "OK",
"server_time": 1646898216
}Get all comments of a task
GET https://your.host.lab/projects/:project_id/tasks/:task_id/comments
Path Parameters
Name
Type
Description
project_id*
String
tsk_id*
Sting
Query Parameters
Name
Type
Description
_offset
Int
Default 0
_limit
Int
Default 10
Last updated