...for your API. Then, you can add the following request parameter to the method's integration configuration:
```
"requestParameters": {
"querystring": {
"name": "string",
"color": "string"
}
}
```
This will tell API Gateway to expect the `name` and `color` parameters in the query...