Reviews
Modify a reply to a review
This endpoint lets you modify a given reply to a review.
put/comments/{comment_id}
Path parameters
comment_idinteger required
Comment id
Example:82938
Request body
Example request
{
"content": "Merci ❤️"
}Response
OK