@@ -42,7 +42,7 @@ def update_pet(opts = {})
42
42
post_body = @api_client . object_to_http_body ( opts [ :'body' ] )
43
43
44
44
45
- auth_names = [ 'petstore_auth' ]
45
+ auth_names = [ ]
46
46
@api_client . call_api ( :PUT , path ,
47
47
:header_params => header_params ,
48
48
:query_params => query_params ,
@@ -89,7 +89,7 @@ def add_pet(opts = {})
89
89
post_body = @api_client . object_to_http_body ( opts [ :'body' ] )
90
90
91
91
92
- auth_names = [ 'petstore_auth' ]
92
+ auth_names = [ ]
93
93
@api_client . call_api ( :POST , path ,
94
94
:header_params => header_params ,
95
95
:query_params => query_params ,
@@ -137,7 +137,7 @@ def find_pets_by_status(opts = {})
137
137
post_body = nil
138
138
139
139
140
- auth_names = [ 'petstore_auth' ]
140
+ auth_names = [ ]
141
141
result = @api_client . call_api ( :GET , path ,
142
142
:header_params => header_params ,
143
143
:query_params => query_params ,
@@ -186,7 +186,7 @@ def find_pets_by_tags(opts = {})
186
186
post_body = nil
187
187
188
188
189
- auth_names = [ 'petstore_auth' ]
189
+ auth_names = [ ]
190
190
result = @api_client . call_api ( :GET , path ,
191
191
:header_params => header_params ,
192
192
:query_params => query_params ,
@@ -237,7 +237,7 @@ def get_pet_by_id(pet_id, opts = {})
237
237
post_body = nil
238
238
239
239
240
- auth_names = [ 'petstore_auth' , 'api_key' ]
240
+ auth_names = [ ]
241
241
result = @api_client . call_api ( :GET , path ,
242
242
:header_params => header_params ,
243
243
:query_params => query_params ,
@@ -292,7 +292,7 @@ def update_pet_with_form(pet_id, opts = {})
292
292
post_body = nil
293
293
294
294
295
- auth_names = [ 'petstore_auth' ]
295
+ auth_names = [ ]
296
296
@api_client . call_api ( :POST , path ,
297
297
:header_params => header_params ,
298
298
:query_params => query_params ,
@@ -344,7 +344,7 @@ def delete_pet(pet_id, opts = {})
344
344
post_body = nil
345
345
346
346
347
- auth_names = [ 'petstore_auth' ]
347
+ auth_names = [ ]
348
348
@api_client . call_api ( :DELETE , path ,
349
349
:header_params => header_params ,
350
350
:query_params => query_params ,
@@ -398,7 +398,7 @@ def upload_file(pet_id, opts = {})
398
398
post_body = nil
399
399
400
400
401
- auth_names = [ 'petstore_auth' ]
401
+ auth_names = [ ]
402
402
@api_client . call_api ( :POST , path ,
403
403
:header_params => header_params ,
404
404
:query_params => query_params ,
0 commit comments