Learn R Programming

paws.networking (version 0.2.0)

apigateway_update_gateway_response: Updates a GatewayResponse of a specified response type on the given RestApi

Description

Updates a GatewayResponse of a specified response type on the given RestApi.

See https://paws-r.github.io/docs/apigateway/update_gateway_response.html for full documentation.

Usage

apigateway_update_gateway_response(
  restApiId,
  responseType,
  patchOperations = NULL
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

responseType

[required] The response type of the associated GatewayResponse.

patchOperations

For more information about supported patch operations, see Patch Operations.