@@ -143,12 +143,11 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
143143 // http basic authentication required
144144 setBasicAuthToObject ( localVarRequestOptions , configuration )
145145
146+
147+
146148 if ( continuationToken != null ) {
147149 localVarHeaderParameter [ 'Continuation-Token' ] = String ( continuationToken ) ;
148150 }
149-
150-
151-
152151 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
153152 let headersFromBaseOptions = baseOptions && baseOptions . headers ? baseOptions . headers : { } ;
154153 localVarRequestOptions . headers = { ...localVarHeaderParameter , ...headersFromBaseOptions , ...options . headers } ;
@@ -194,18 +193,16 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
194193 // http basic authentication required
195194 setBasicAuthToObject ( localVarRequestOptions , configuration )
196195
196+
197+
198+ localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
199+
197200 if ( contentType != null ) {
198201 localVarHeaderParameter [ 'Content-Type' ] = String ( contentType ) ;
199202 }
200-
201203 if ( cacheControl != null ) {
202204 localVarHeaderParameter [ 'Cache-Control' ] = String ( cacheControl ) ;
203205 }
204-
205-
206-
207- localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
208-
209206 setSearchParams ( localVarUrlObj , localVarQueryParameter ) ;
210207 let headersFromBaseOptions = baseOptions && baseOptions . headers ? baseOptions . headers : { } ;
211208 localVarRequestOptions . headers = { ...localVarHeaderParameter , ...headersFromBaseOptions , ...options . headers } ;
0 commit comments