Add comment API

This will be a POST request sent to /api/cards/{cardId}/comments with a payload similar to the following:

{
"comment": "This is a test comment."
}

The response of the API will be similar to the following when it succeeds:

{
"id": 1,
"detail": "{"comment":"This is a test comment."}",
"type": "add-comment",
"userId": 1,
"cardId": 4,
"boardId": 1,
"createdDate": 1538239135000
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.140.188.244