Response
Return a 200 status to indicate that the event was properly received
This event is triggered when a review is updated. This can happen in one of these cases:
⚠️ More info on review deletes:
Because of a bug in Google’s system, some reviews may temporarily disappear from their data as if they were deleted, even though they were not, and then reappear later.
When a review goes missing, we cannot determine whether it was actually deleted or just affected by this bug.
We must consider this review as if it can reappear in the future. For that reason, a review_updated event will be sent in both cases.
Here is a sample scenario:
review_update event is triggered, showing the review updated content.review_update event is triggered, with the review state set at deletedreview_update is then triggered, showing the review state before the soft deleteReturn a 200 status to indicate that the event was properly received