1 parent 7342396 commit df0f302Copy full SHA for df0f302
1 file changed
README.md
@@ -92,7 +92,7 @@ content-type: "application/problem+json"
92
openapi_first offers a [JSON:API](https://jsonapi.org/) error response by passing `error_response: :jsonapi`:
93
94
```ruby
95
-use OpenapiFirst::Middlewares::RequestValidation, 'openapi.yaml, error_response: :jsonapi'
+use OpenapiFirst::Middlewares::RequestValidation, 'openapi.yaml', error_response: :jsonapi
96
```
97
98
<details>
0 commit comments