# Creates a Review resource. **POST /reviews** Creates a Review resource. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: (object) The new Review resource - **rating** (integer) - **body** (string) - **author** (string) - **publicationDate** (string(date-time)) - **book** (string(iri-reference) | null) ## Responses ### 201 Review resource created #### 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 [Powered by Bump.sh](https://bump.sh)