Update a ReviewCopy Pagepost https://app.docupipe.ai/review/{review_id}/updateThis endpoint is used to update a review object with new data or status.Path Paramsreview_idstringrequiredBody ParamsdataobjectThe data to update the review with. This should be a dictionary with the same structure as the review object. If omitted, the data will not be updated.Data objectreviewStatusstringenumrequiredUse this field to indicate whether the posted object is verified to be correct, incorrect, or not yet fully verified.unverifiedverifiedrejectedAllowed:unverifiedverifiedrejectedResponses 200Successful Response 404Not Found 422Validation ErrorUpdated 19 days ago