PATCH

Update Review


Updates a review.

Each time the review is updated, revision increments by 1. The existing revision must be included when updating the review. This ensures you're working with the latest review information, and it prevents unintended overwrites.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Reviews
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/reviews/v1/reviews/{review.id}

Path Params
review.idstringRequired

Review ID.

Body Params
reviewReview

Review to update.

Response Object
reviewReview

Updated review data.

Update Review

Updates only the given fields (revision and rating)

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?