Method: Aws::APIGateway::Types::PutRestApiRequest#mode

Defined in:
lib/aws-sdk-apigateway/types.rb

#modeString

The ‘mode` query parameter to specify the update mode. Valid values are “merge” and “overwrite”. By default, the update mode is “merge”.

Returns:

  • (String)

6195
6196
6197
6198
6199
6200
6201
6202
6203
# File 'lib/aws-sdk-apigateway/types.rb', line 6195

class PutRestApiRequest < Struct.new(
  :rest_api_id,
  :mode,
  :fail_on_warnings,
  :parameters,
  :body)
  SENSITIVE = []
  include Aws::Structure
end