add note about other content types going right through

This commit is contained in:
Daniel Schep 2019-04-19 10:54:06 -04:00
parent 88189d9451
commit a4e0a26d53

View File

@ -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: