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)

5685
5686
5687
5688
5689
5690
5691
5692
# File 'lib/aws-sdk-apigateway/types.rb', line 5685

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