This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
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.
This function requires elevated permissions and runs only on the backend and on dashboard pages.
Review ID.
Review to update.
Options to use when updating a review.