Send an HTTP PUT request to update a Reply. Use Reply ID, provided by Lipscore during Reply creation, to identify a Reply you want to update.
Param name | Description |
---|---|
id required |
Reply ID provided by Lipscore Value: Must be a Integer |
text required |
New Reply text Value: Must be a String |
api_key required |
API key (a 24 character unique code) Value: Must be a String |
PUT /review_replies/7832?api_key=889c3f3e4b6ac67269261324Request
{ "text": "Thank you for the fantastic review!" }Response
{ "id": 7832, "review_id": 39216, "member_id": 6781, "text": "Thank you for the fantastic review!", "created_at": "2022-12-25T07:06:34.362Z", "updated_at": "2022-09-30T22:00:14Z" }