Skip to main content
PATCH
/
api
/
v1
/
reviews
/
:id
/
reply
curl -X PATCH https://app.demeterrr.com/api/v1/reviews/bb0e8400-e29b-41d4-a716-446655440000/reply \
  -H "X-API-Key: dem_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Updated reply text"
  }'

Authentication

Requires reviews:write scope.

Path Parameters

id
string
required
Review UUID

Request Body

text
string
required
Updated reply text
curl -X PATCH https://app.demeterrr.com/api/v1/reviews/bb0e8400-e29b-41d4-a716-446655440000/reply \
  -H "X-API-Key: dem_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Updated reply text"
  }'