@@ -323,8 +323,7 @@ public ApiResponse<Object> TmsV1InstrumentidentifiersTokenIdDeleteWithHttpInfo (
323323 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
324324
325325 // to determine the Accept header
326- String [ ] localVarHttpHeaderAccepts = new String [ ] {
327- "application/hal+json;charset=utf-8"
326+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
328327 } ;
329328 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
330329 if ( localVarHttpHeaderAccept != null )
@@ -381,7 +380,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TmsV1Instrumentide
381380 if ( tokenId == null )
382381 throw new ApiException ( 400 , "Missing required parameter 'tokenId' when calling InstrumentIdentifierApi->TmsV1InstrumentidentifiersTokenIdDelete" ) ;
383382
384- var localVarPath = "/tms/v1/instrumentidentifiers/{tokenId}" ;
383+ var localVarPath = $ "/tms/v1/instrumentidentifiers/{ tokenId } ";
385384 var localVarPathParams = new Dictionary < String , String > ( ) ;
386385 var localVarQueryParams = new Dictionary < String , String > ( ) ;
387386 var localVarHeaderParams = new Dictionary < String , String > ( Configuration . DefaultHeader ) ;
@@ -396,8 +395,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TmsV1Instrumentide
396395 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
397396
398397 // to determine the Accept header
399- String [ ] localVarHttpHeaderAccepts = new String [ ] {
400- "application/json;charset=utf-8"
398+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
401399 } ;
402400 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
403401 if ( localVarHttpHeaderAccept != null )
@@ -469,8 +467,7 @@ public ApiResponse< TmsV1InstrumentidentifiersPost200Response > TmsV1Instrumenti
469467 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
470468
471469 // to determine the Accept header
472- String [ ] localVarHttpHeaderAccepts = new String [ ] {
473- "application/hal+json;charset=utf-8"
470+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
474471 } ;
475472 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
476473 if ( localVarHttpHeaderAccept != null )
@@ -528,7 +525,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentidentifiersP
528525 if ( tokenId == null )
529526 throw new ApiException ( 400 , "Missing required parameter 'tokenId' when calling InstrumentIdentifierApi->TmsV1InstrumentidentifiersTokenIdGet" ) ;
530527
531- var localVarPath = "/tms/v1/instrumentidentifiers/{tokenId}" ;
528+ var localVarPath = $ "/tms/v1/instrumentidentifiers/{ tokenId } ";
532529 var localVarPathParams = new Dictionary < String , String > ( ) ;
533530 var localVarQueryParams = new Dictionary < String , String > ( ) ;
534531 var localVarHeaderParams = new Dictionary < String , String > ( Configuration . DefaultHeader ) ;
@@ -543,8 +540,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentidentifiersP
543540 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
544541
545542 // to determine the Accept header
546- String [ ] localVarHttpHeaderAccepts = new String [ ] {
547- "application/json;charset=utf-8"
543+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
548544 } ;
549545 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
550546 if ( localVarHttpHeaderAccept != null )
@@ -621,8 +617,7 @@ public ApiResponse< TmsV1InstrumentidentifiersPost200Response > TmsV1Instrumenti
621617 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
622618
623619 // to determine the Accept header
624- String [ ] localVarHttpHeaderAccepts = new String [ ] {
625- "application/json;charset=utf-8"
620+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
626621 } ;
627622 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
628623 if ( localVarHttpHeaderAccept != null )
@@ -693,7 +688,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentidentifiersP
693688 if ( body == null )
694689 throw new ApiException ( 400 , "Missing required parameter 'body' when calling InstrumentIdentifierApi->TmsV1InstrumentidentifiersTokenIdPatch" ) ;
695690
696- var localVarPath = "/tms/v1/instrumentidentifiers/{tokenId}" ;
691+ var localVarPath = $ "/tms/v1/instrumentidentifiers/{ tokenId } ";
697692 var localVarPathParams = new Dictionary < String , String > ( ) ;
698693 var localVarQueryParams = new Dictionary < String , String > ( ) ;
699694 var localVarHeaderParams = new Dictionary < String , String > ( Configuration . DefaultHeader ) ;
@@ -708,8 +703,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentidentifiersP
708703 String localVarHttpContentType = Configuration . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
709704
710705 // to determine the Accept header
711- String [ ] localVarHttpHeaderAccepts = new String [ ] {
712- "application/json;charset=utf-8"
706+ String [ ] localVarHttpHeaderAccepts = new String [ ] { "*/*"
713707 } ;
714708 String localVarHttpHeaderAccept = Configuration . ApiClient . SelectHeaderAccept ( localVarHttpHeaderAccepts ) ;
715709 if ( localVarHttpHeaderAccept != null )
@@ -747,3 +741,4 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentidentifiersP
747741
748742 }
749743}
744+
0 commit comments