@@ -72,6 +72,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
7272 // http basic authentication required
7373 setBasicAuthToObject ( localVarRequestOptions , configuration )
7474
75+ // authentication OAuth2 required
76+ // oauth required
77+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
78+
7579
7680
7781 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -118,6 +122,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
118122 // http basic authentication required
119123 setBasicAuthToObject ( localVarRequestOptions , configuration )
120124
125+ // authentication OAuth2 required
126+ // oauth required
127+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
128+
121129
122130
123131 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -164,6 +172,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
164172 // http basic authentication required
165173 setBasicAuthToObject ( localVarRequestOptions , configuration )
166174
175+ // authentication OAuth2 required
176+ // oauth required
177+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
178+
167179
168180
169181 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -210,6 +222,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
210222 // http basic authentication required
211223 setBasicAuthToObject ( localVarRequestOptions , configuration )
212224
225+ // authentication OAuth2 required
226+ // oauth required
227+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
228+
213229
214230
215231 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -256,6 +272,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
256272 // http basic authentication required
257273 setBasicAuthToObject ( localVarRequestOptions , configuration )
258274
275+ // authentication OAuth2 required
276+ // oauth required
277+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
278+
259279
260280
261281 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -302,6 +322,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
302322 // http basic authentication required
303323 setBasicAuthToObject ( localVarRequestOptions , configuration )
304324
325+ // authentication OAuth2 required
326+ // oauth required
327+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
328+
305329
306330
307331 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -344,6 +368,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
344368 // http basic authentication required
345369 setBasicAuthToObject ( localVarRequestOptions , configuration )
346370
371+ // authentication OAuth2 required
372+ // oauth required
373+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
374+
347375 if ( to !== undefined ) {
348376 localVarQueryParameter [ 'to' ] = to ;
349377 }
@@ -402,6 +430,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
402430 // http basic authentication required
403431 setBasicAuthToObject ( localVarRequestOptions , configuration )
404432
433+ // authentication OAuth2 required
434+ // oauth required
435+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
436+
405437
406438
407439 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
@@ -451,6 +483,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
451483 // http basic authentication required
452484 setBasicAuthToObject ( localVarRequestOptions , configuration )
453485
486+ // authentication OAuth2 required
487+ // oauth required
488+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
489+
454490
455491
456492 localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
@@ -499,6 +535,10 @@ export const RecordingsApiAxiosParamCreator = function (configuration?: Configur
499535 // http basic authentication required
500536 setBasicAuthToObject ( localVarRequestOptions , configuration )
501537
538+ // authentication OAuth2 required
539+ // oauth required
540+ await setOAuthToObject ( localVarHeaderParameter , "OAuth2" , [ ] , configuration )
541+
502542
503543
504544 localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
0 commit comments