Operation is used to create new task comment.
Token issued for API consumer.
Task Comment to be created
Information about Task Comment
Comment
Id of user who created the task comment.
Complete name or username of the user who created the task comment.
Task id
A newly created TaskComment
{
"comment": "This is a test comment",
"createdBy": 456,
"createdByName": "Test User",
"createdTs": "2023-03-21T05:23:22.239Z",
"id": 123,
"task": 66
}
Information about Task Comment
Comment
Id of user who created the task comment.
Complete name or username of the user who created the task comment.
Creation date and time of task comment.
Unique id of task comment.
Task id
There was an error in request. Usually field validation failed.
{
"comment": [
"This field is required."
],
"task": [
"This field is required."
]
}
Fields which failed validation
List of validation errors for this fieldname
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error