From f37ff51158d220d0a0fd7f87154599162cb94bb5 Mon Sep 17 00:00:00 2001 From: Daniel Ziegler Date: Mon, 16 Dec 2024 15:11:17 +0100 Subject: [PATCH] Adjust README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ff149..ce4ec67 100644 --- a/README.md +++ b/README.md @@ -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).