Represents an update integration response
Source:R/apigateway_operations.R
apigateway_update_integration_response.RdRepresents an update integration response.
See https://www.paws-r-sdk.com/docs/apigateway_update_integration_response/ for full documentation.
Usage
apigateway_update_integration_response(
restApiId,
resourceId,
httpMethod,
statusCode,
patchOperations = NULL
)Arguments
- restApiId
[required] The string identifier of the associated RestApi.
- resourceId
[required] Specifies an update integration response request's resource identifier.
- httpMethod
[required] Specifies an update integration response request's HTTP method.
- statusCode
[required] Specifies an update integration response request's status code.
- patchOperations
For more information about supported patch operations, see Patch Operations.