client = boto3.client('apigateway')
response = client.update_integration(
restApiId='your_rest_api_id',
resourceId='your_resource_id',
httpMethod='your_http_method',
patchOperations=[
{
'op': 'replace',
'path': '/caching/parameters/0/name',
'value': 'user_id'
},
{
'op': 'replace',
'path': '/caching/parameters/0/location',
'value': 'querystring'
}
]
)

.png?width=170&height=122&name=glassdoor%20(1).png)
