Updates a review.
The updateReview()
function returns a promise that resolves to the updated 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.
This function is not a universal function and runs only on the backend.
Review ID.
Review to update.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.