@@ -120,7 +120,7 @@ -(NSNumber*) updatePetWithBody: (SWGPet*) body
120
120
121
121
id bodyParam = nil ;
122
122
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
123
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
123
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
124
124
125
125
bodyParam = body;
126
126
@@ -131,7 +131,7 @@ -(NSNumber*) updatePetWithBody: (SWGPet*) body
131
131
pathParams: pathParams
132
132
queryParams: queryParams
133
133
formParams: formParams
134
- files: files
134
+ files: localVarFiles
135
135
body: bodyParam
136
136
headerParams: headerParams
137
137
authSettings: authSettings
@@ -195,7 +195,7 @@ -(NSNumber*) addPetWithBody: (SWGPet*) body
195
195
196
196
id bodyParam = nil ;
197
197
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
198
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
198
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
199
199
200
200
bodyParam = body;
201
201
@@ -206,7 +206,7 @@ -(NSNumber*) addPetWithBody: (SWGPet*) body
206
206
pathParams: pathParams
207
207
queryParams: queryParams
208
208
formParams: formParams
209
- files: files
209
+ files: localVarFiles
210
210
body: bodyParam
211
211
headerParams: headerParams
212
212
authSettings: authSettings
@@ -221,8 +221,8 @@ -(NSNumber*) addPetWithBody: (SWGPet*) body
221
221
222
222
// /
223
223
// / Finds Pets by status
224
- // / Multiple status values can be provided with comma seperated strings
225
- // / @param status Status values that need to be considered for filter
224
+ // / Multiple status values can be provided with comma separated strings
225
+ // / @param status Status values that need to be considered for query
226
226
// /
227
227
// / @returns NSArray<SWGPet>*
228
228
// /
@@ -276,7 +276,7 @@ -(NSNumber*) findPetsByStatusWithStatus: (NSArray* /* NSString */) status
276
276
277
277
id bodyParam = nil ;
278
278
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
279
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
279
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
280
280
281
281
282
282
@@ -287,7 +287,7 @@ -(NSNumber*) findPetsByStatusWithStatus: (NSArray* /* NSString */) status
287
287
pathParams: pathParams
288
288
queryParams: queryParams
289
289
formParams: formParams
290
- files: files
290
+ files: localVarFiles
291
291
body: bodyParam
292
292
headerParams: headerParams
293
293
authSettings: authSettings
@@ -357,7 +357,7 @@ -(NSNumber*) findPetsByTagsWithTags: (NSArray* /* NSString */) tags
357
357
358
358
id bodyParam = nil ;
359
359
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
360
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
360
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
361
361
362
362
363
363
@@ -368,7 +368,7 @@ -(NSNumber*) findPetsByTagsWithTags: (NSArray* /* NSString */) tags
368
368
pathParams: pathParams
369
369
queryParams: queryParams
370
370
formParams: formParams
371
- files: files
371
+ files: localVarFiles
372
372
body: bodyParam
373
373
headerParams: headerParams
374
374
authSettings: authSettings
@@ -440,7 +440,7 @@ -(NSNumber*) getPetByIdWithPetId: (NSNumber*) petId
440
440
441
441
id bodyParam = nil ;
442
442
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
443
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
443
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
444
444
445
445
446
446
@@ -451,7 +451,7 @@ -(NSNumber*) getPetByIdWithPetId: (NSNumber*) petId
451
451
pathParams: pathParams
452
452
queryParams: queryParams
453
453
formParams: formParams
454
- files: files
454
+ files: localVarFiles
455
455
body: bodyParam
456
456
headerParams: headerParams
457
457
authSettings: authSettings
@@ -529,7 +529,7 @@ -(NSNumber*) updatePetWithFormWithPetId: (NSString*) petId
529
529
530
530
id bodyParam = nil ;
531
531
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
532
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
532
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
533
533
534
534
535
535
@@ -552,7 +552,7 @@ -(NSNumber*) updatePetWithFormWithPetId: (NSString*) petId
552
552
pathParams: pathParams
553
553
queryParams: queryParams
554
554
formParams: formParams
555
- files: files
555
+ files: localVarFiles
556
556
body: bodyParam
557
557
headerParams: headerParams
558
558
authSettings: authSettings
@@ -630,7 +630,7 @@ -(NSNumber*) deletePetWithPetId: (NSNumber*) petId
630
630
631
631
id bodyParam = nil ;
632
632
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
633
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
633
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
634
634
635
635
636
636
@@ -641,7 +641,7 @@ -(NSNumber*) deletePetWithPetId: (NSNumber*) petId
641
641
pathParams: pathParams
642
642
queryParams: queryParams
643
643
formParams: formParams
644
- files: files
644
+ files: localVarFiles
645
645
body: bodyParam
646
646
headerParams: headerParams
647
647
authSettings: authSettings
@@ -719,7 +719,7 @@ -(NSNumber*) uploadFileWithPetId: (NSNumber*) petId
719
719
720
720
id bodyParam = nil ;
721
721
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
722
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
722
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
723
723
724
724
725
725
@@ -729,7 +729,7 @@ -(NSNumber*) uploadFileWithPetId: (NSNumber*) petId
729
729
730
730
731
731
732
- files [@" file" ] = file;
732
+ localVarFiles [@" file" ] = file;
733
733
734
734
735
735
@@ -740,7 +740,7 @@ -(NSNumber*) uploadFileWithPetId: (NSNumber*) petId
740
740
pathParams: pathParams
741
741
queryParams: queryParams
742
742
formParams: formParams
743
- files: files
743
+ files: localVarFiles
744
744
body: bodyParam
745
745
headerParams: headerParams
746
746
authSettings: authSettings
@@ -812,7 +812,7 @@ -(NSNumber*) petPetIdtestingByteArraytrueGetWithPetId: (NSNumber*) petId
812
812
813
813
id bodyParam = nil ;
814
814
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
815
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
815
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
816
816
817
817
818
818
@@ -823,7 +823,7 @@ -(NSNumber*) petPetIdtestingByteArraytrueGetWithPetId: (NSNumber*) petId
823
823
pathParams: pathParams
824
824
queryParams: queryParams
825
825
formParams: formParams
826
- files: files
826
+ files: localVarFiles
827
827
body: bodyParam
828
828
headerParams: headerParams
829
829
authSettings: authSettings
@@ -887,7 +887,7 @@ -(NSNumber*) addPetUsingByteArrayWithBody: (NSString*) body
887
887
888
888
id bodyParam = nil ;
889
889
NSMutableDictionary *formParams = [[NSMutableDictionary alloc ] init ];
890
- NSMutableDictionary *files = [[NSMutableDictionary alloc ] init ];
890
+ NSMutableDictionary *localVarFiles = [[NSMutableDictionary alloc ] init ];
891
891
892
892
bodyParam = body;
893
893
@@ -898,7 +898,7 @@ -(NSNumber*) addPetUsingByteArrayWithBody: (NSString*) body
898
898
pathParams: pathParams
899
899
queryParams: queryParams
900
900
formParams: formParams
901
- files: files
901
+ files: localVarFiles
902
902
body: bodyParam
903
903
headerParams: headerParams
904
904
authSettings: authSettings
0 commit comments