Comments
Update comment by ID
put/comments/{id}
Path parameters
idstring required
Request body
object required
Example request
{
"text": "some string",
"commentable_id": 1,
"commentable_type": "customer"
}Response
Successful response
{
"text": "some string",
"commentable_id": 1,
"commentable_type": "customer"
}Successful response