apigateway_update_integration_response {paws.networking} | R Documentation |
Represents an update integration response
Description
Represents 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. |
[Package paws.networking version 0.7.0 Index]