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
Example response
{
"id": 82938,
"partner_id": "accounts/114063712393225091258/locations/74805271119400652054",
"created": "2019-08-01T19:15:54.256000+02:00",
"author_name": "Castorche",
"content": "Merci ❤️",
"date": "2017-08-01T19:15:54.256000+02:00",
"update_date": "2017-08-01T19:15:54.256000+02:00",
"can_edit": true,
"review_id": 34,
"user_id": "123456789abcdef2f60c42ff"
}