{ "operationId": "updateProductReview", "method": "PUT", "path": "/catalog/products/{product_id}/reviews/{review_id}", "summary": "BigCommerce Update a Product Review", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "title": "irur", "text": "anim aute", "status": "Lorem ad sed voluptate", "rating": 3, "email": "esse Lorem laborum aute", "name": "ut in ", "date_reviewed": "2011-12-31T13:40:42.971Z", "id": 82495037, "product_id": 22609026, "date_created": "1985-01-17T07:37:20.439Z", "date_modified": "2004-09-28T14:38:21.973Z" }, "meta": {} } } ] }