apigateway_update_gateway_response {paws.networking}R Documentation

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://www.paws-r-sdk.com/docs/apigateway_update_gateway_response/ 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.


[Package paws.networking version 0.9.0 Index]