From a4e0a26d536c3941a7abfdcbcfe3271df54bf82d Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Fri, 19 Apr 2019 10:54:06 -0400 Subject: [PATCH] add note about other content types going right through --- docs/providers/aws/events/apigateway.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/providers/aws/events/apigateway.md b/docs/providers/aws/events/apigateway.md index a934df339..b319692e4 100644 --- a/docs/providers/aws/events/apigateway.md +++ b/docs/providers/aws/events/apigateway.md @@ -683,6 +683,9 @@ A sample schema contained in `create_request.json` might look something like thi } ``` +**NOTE:** schema validators are only applied to content types you specify. Other content types are +not blocked. + ### Setting source of API key for metering requests API Gateway provide a feature for metering your API's requests and you can choice [the source of key](https://docs.aws.amazon.com/apigateway/api-reference/resource/rest-api/#apiKeySource) which is used for metering. If you want to acquire that key from the request's X-API-Key header, set option like this: