@@ -159,7 +159,7 @@ public ApiResponse<object> AddRoleToApplicationUserWithHttpInfo(string applicati
159
159
// make the HTTP request
160
160
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
161
161
Method . Post , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
162
- localVarPathParams , localVarHttpContentType ) ;
162
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
163
163
164
164
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
165
165
@@ -241,7 +241,7 @@ public ApiResponse<object> CreateAccessKeyWithHttpInfo(string id)
241
241
// make the HTTP request
242
242
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
243
243
Method . Post , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
244
- localVarPathParams , localVarHttpContentType ) ;
244
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
245
245
246
246
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
247
247
@@ -331,7 +331,7 @@ public ApiResponse<object> CreateApplicationWithHttpInfo(CreateOrUpdateApplicati
331
331
// make the HTTP request
332
332
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
333
333
Method . Post , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
334
- localVarPathParams , localVarHttpContentType ) ;
334
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
335
335
336
336
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
337
337
@@ -420,7 +420,7 @@ public ApiResponse<object> DeleteAccessKeyWithHttpInfo(string applicationId, str
420
420
// make the HTTP request
421
421
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
422
422
Method . Delete , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
423
- localVarPathParams , localVarHttpContentType ) ;
423
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
424
424
425
425
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
426
426
@@ -502,7 +502,7 @@ public ApiResponse<object> DeleteApplicationWithHttpInfo(string id)
502
502
// make the HTTP request
503
503
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
504
504
Method . Delete , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
505
- localVarPathParams , localVarHttpContentType ) ;
505
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
506
506
507
507
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
508
508
@@ -597,7 +597,7 @@ public ApiResponse<object> DeleteTagForApplicationWithHttpInfo(List<TagObject> b
597
597
// make the HTTP request
598
598
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
599
599
Method . Delete , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
600
- localVarPathParams , localVarHttpContentType ) ;
600
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
601
601
602
602
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
603
603
@@ -679,7 +679,7 @@ public ApiResponse<object> GetAccessKeysWithHttpInfo(string id)
679
679
// make the HTTP request
680
680
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
681
681
Method . Get , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
682
- localVarPathParams , localVarHttpContentType ) ;
682
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
683
683
684
684
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
685
685
@@ -761,7 +761,7 @@ public ApiResponse<object> GetAppByAccessKeyIdWithHttpInfo(string accessKeyId)
761
761
// make the HTTP request
762
762
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
763
763
Method . Get , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
764
- localVarPathParams , localVarHttpContentType ) ;
764
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
765
765
766
766
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
767
767
@@ -843,7 +843,7 @@ public ApiResponse<object> GetApplicationWithHttpInfo(string id)
843
843
// make the HTTP request
844
844
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
845
845
Method . Get , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
846
- localVarPathParams , localVarHttpContentType ) ;
846
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
847
847
848
848
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
849
849
@@ -925,7 +925,7 @@ public ApiResponse<List<TagObject>> GetTagsForApplicationWithHttpInfo(string id)
925
925
// make the HTTP request
926
926
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
927
927
Method . Get , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
928
- localVarPathParams , localVarHttpContentType ) ;
928
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
929
929
930
930
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
931
931
@@ -1000,7 +1000,7 @@ public ApiResponse<List<ExtendedConductorApplication>> ListApplicationsWithHttpI
1000
1000
// make the HTTP request
1001
1001
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
1002
1002
Method . Get , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1003
- localVarPathParams , localVarHttpContentType ) ;
1003
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
1004
1004
1005
1005
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
1006
1006
@@ -1094,7 +1094,7 @@ public ApiResponse<object> PutTagForApplicationWithHttpInfo(List<TagObject> body
1094
1094
// make the HTTP request
1095
1095
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
1096
1096
Method . Put , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1097
- localVarPathParams , localVarHttpContentType ) ;
1097
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
1098
1098
1099
1099
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
1100
1100
@@ -1182,7 +1182,7 @@ public ApiResponse<object> RemoveRoleFromApplicationUserWithHttpInfo(string appl
1182
1182
// make the HTTP request
1183
1183
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
1184
1184
Method . Delete , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1185
- localVarPathParams , localVarHttpContentType ) ;
1185
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
1186
1186
1187
1187
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
1188
1188
@@ -1271,7 +1271,7 @@ public ApiResponse<object> ToggleAccessKeyStatusWithHttpInfo(string applicationI
1271
1271
// make the HTTP request
1272
1272
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
1273
1273
Method . Post , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1274
- localVarPathParams , localVarHttpContentType ) ;
1274
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
1275
1275
1276
1276
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
1277
1277
@@ -1368,7 +1368,7 @@ public ApiResponse<object> UpdateApplicationWithHttpInfo(CreateOrUpdateApplicati
1368
1368
// make the HTTP request
1369
1369
RestResponse localVarResponse = ( RestResponse ) this . Configuration . ApiClient . CallApi ( localVarPath ,
1370
1370
Method . Put , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1371
- localVarPathParams , localVarHttpContentType ) ;
1371
+ localVarPathParams , localVarHttpContentType , this . Configuration ) ;
1372
1372
1373
1373
int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
1374
1374
0 commit comments