View source: R/apigateway_operations.R
apigateway_update_integration_response | R Documentation |
Represents an update integration response.
See https://www.paws-r-sdk.com/docs/apigateway_update_integration_response/ for full documentation.
apigateway_update_integration_response(
restApiId,
resourceId,
httpMethod,
statusCode,
patchOperations = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.