Updating all samples (except feign) (#5281)

This commit is contained in:
Paŭlo Ebermann
2017-04-02 11:01:15 +02:00
committed by wing328
parent 071c012f85
commit ce41a343d8
72 changed files with 227 additions and 226 deletions

View File

@@ -41,7 +41,7 @@ module Petstore
# verify the required parameter 'order_id' is set
fail ArgumentError, "Missing the required parameter 'order_id' when calling StoreApi.delete_order" if order_id.nil?
# resource path
local_var_path = "/store/order/{orderId}".sub('{' + 'orderId' + '}', order_id.to_s)
local_var_path = "/store/order/{order_id}".sub('{' + 'order_id' + '}', order_id.to_s)
# query parameters
query_params = {}
@@ -146,7 +146,7 @@ module Petstore
end
# resource path
local_var_path = "/store/order/{orderId}".sub('{' + 'orderId' + '}', order_id.to_s)
local_var_path = "/store/order/{order_id}".sub('{' + 'order_id' + '}', order_id.to_s)
# query parameters
query_params = {}