Add a comment to a note
POST {{baseUrl}}/notes/:id/comments
Adds a new comment to a note.
Request Body
{"content"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"uuid":"46c3b0e1-db35-59ca-1828-4817378dff71","active_flag":true,"add_time":"2021-06-22T07:18:16.750Z","company_id":77,"content":"This is a comment","object_id":"725","object_type":"note","update_time":"2021-06-22T07:18:25.648Z","updater_id":8877,"user_id":8877}}