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.
apigateway_update_gateway_response(
restApiId,
responseType,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] The response type of the associated GatewayResponse.
For more information about supported patch operations, see Patch Operations.