Update a comment related to a note

PUT {{baseUrl}}/notes/:id/comments/:commentId

Updates a comment related to a note.

Request Body

{"content"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;uuid&quot;:&quot;46c3b0e1-db35-59ca-1828-4817378dff71&quot;,&quot;active_flag&quot;:true,&quot;add_time&quot;:&quot;2021-06-22T07:18:16.750Z&quot;,&quot;company_id&quot;:77,&quot;content&quot;:&quot;This is a comment&quot;,&quot;object_id&quot;:&quot;725&quot;,&quot;object_type&quot;:&quot;note&quot;,&quot;update_time&quot;:&quot;2021-06-22T07:18:25.648Z&quot;,&quot;updater_id&quot;:8877,&quot;user_id&quot;:8877}}