@@ -483,7 +483,7 @@ public async System.Threading.Tasks.Task<IRestResponse> DeleteAuthorizationsIDWi
483483 // make the HTTP request
484484 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
485485 Method . DELETE , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
486- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
486+ localVarPathParams , localVarHttpContentType ) ;
487487
488488 int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
489489
@@ -675,7 +675,7 @@ public async System.Threading.Tasks.Task<IRestResponse> DeleteAuthorizationsIDAs
675675 // make the HTTP request
676676 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
677677 Method . DELETE , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
678- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
678+ localVarPathParams , localVarHttpContentType ) ;
679679
680680 if ( ExceptionFactory != null )
681681 {
@@ -807,7 +807,7 @@ public async System.Threading.Tasks.Task<IRestResponse> GetAuthorizationsWithIRe
807807 // make the HTTP request
808808 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
809809 Method . GET , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
810- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
810+ localVarPathParams , localVarHttpContentType ) ;
811811
812812 int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
813813
@@ -1015,7 +1015,7 @@ public async System.Threading.Tasks.Task<IRestResponse> GetAuthorizationsAsyncWi
10151015 // make the HTTP request
10161016 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
10171017 Method . GET , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1018- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1018+ localVarPathParams , localVarHttpContentType ) ;
10191019
10201020 if ( ExceptionFactory != null )
10211021 {
@@ -1138,7 +1138,7 @@ public async System.Threading.Tasks.Task<IRestResponse> GetAuthorizationsIDWithI
11381138 // make the HTTP request
11391139 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
11401140 Method . GET , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1141- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1141+ localVarPathParams , localVarHttpContentType ) ;
11421142
11431143 int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
11441144
@@ -1331,7 +1331,7 @@ public async System.Threading.Tasks.Task<IRestResponse> GetAuthorizationsIDAsync
13311331 // make the HTTP request
13321332 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
13331333 Method . GET , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1334- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1334+ localVarPathParams , localVarHttpContentType ) ;
13351335
13361336 if ( ExceptionFactory != null )
13371337 {
@@ -1481,7 +1481,7 @@ public async System.Threading.Tasks.Task<IRestResponse> PatchAuthorizationsIDWit
14811481 // make the HTTP request
14821482 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
14831483 Method . PATCH , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1484- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1484+ localVarPathParams , localVarHttpContentType ) ;
14851485
14861486 int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
14871487
@@ -1715,7 +1715,7 @@ public async System.Threading.Tasks.Task<IRestResponse> PatchAuthorizationsIDAsy
17151715 // make the HTTP request
17161716 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
17171717 Method . PATCH , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1718- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1718+ localVarPathParams , localVarHttpContentType ) ;
17191719
17201720 if ( ExceptionFactory != null )
17211721 {
@@ -1854,7 +1854,7 @@ public async System.Threading.Tasks.Task<IRestResponse> PostAuthorizationsWithIR
18541854 // make the HTTP request
18551855 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
18561856 Method . POST , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
1857- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
1857+ localVarPathParams , localVarHttpContentType ) ;
18581858
18591859 int localVarStatusCode = ( int ) localVarResponse . StatusCode ;
18601860
@@ -2071,7 +2071,7 @@ public async System.Threading.Tasks.Task<IRestResponse> PostAuthorizationsAsyncW
20712071 // make the HTTP request
20722072 IRestResponse localVarResponse = ( IRestResponse ) await this . Configuration . ApiClient . CallApiAsync ( localVarPath ,
20732073 Method . POST , localVarQueryParams , localVarPostBody , localVarHeaderParams , localVarFormParams , localVarFileParams ,
2074- localVarPathParams , localVarHttpContentType ) . ConfigureAwait ( false ) ;
2074+ localVarPathParams , localVarHttpContentType ) ;
20752075
20762076 if ( ExceptionFactory != null )
20772077 {
0 commit comments