# Updates the Review resource. **PATCH /reviews/{id}** Updates the Review resource. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string) Review identifier ### Body: (object) The updated Review resource - **rating** (integer) - **body** (string) - **author** (string) - **publicationDate** (string(date-time)) - **book** (string(iri-reference) | null) ## Responses ### 200 Review resource updated #### Body: (object) - **id** (integer) - **rating** (integer) - **body** (string) - **author** (string) - **publicationDate** (string(date-time)) - **book** (string(iri-reference) | null) ### 400 Invalid input ### 422 Unprocessable entity ### 404 Resource not found [Powered by Bump.sh](https://bump.sh)