Skip to content

Commit

Permalink
Adjust README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegler-daniel committed Dec 16, 2024
1 parent c3f382d commit f37ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ app.http('example-function', {
By default, an `ApplicationError` with status 400 will be thrown and the `httpHandler` is not executed if the query params do not match the provided schema.
There is an additional parameter to customize the behavior of `requestQueryParamsValidation` (see [requestQueryParamsValidation.ts](src/validation/requestQueryParamsValidation.ts)).

### Response body validation
### Response Body Validation

The function validates the response body based on a [Joi Schema](https://www.npmjs.com/package/joi).

Expand Down

0 comments on commit f37ff51

Please sign in to comment.