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 deleteThe authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Return a 200 status to indicate that the event was properly received