Skip to content

Commit 3c14b35

Browse files
committed
+ Fixing "consumes" for TMS API
+ Fixing issue with the embedded definition
1 parent 548cfae commit 3c14b35

File tree

123 files changed

+8366
-1714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+8366
-1714
lines changed

Api/DecisionManagerApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public ApiResponse< RiskV1DecisionsPost201Response > CreateDecisionManagerCaseWi
214214

215215
// to determine the Content-Type header
216216
String[] localVarHttpContentTypes = new String[] {
217-
"application/hal+json;charset=utf-8"
217+
"application/json;charset=utf-8"
218218
};
219219
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
220220

@@ -289,7 +289,7 @@ public async System.Threading.Tasks.Task<ApiResponse<RiskV1DecisionsPost201Respo
289289

290290
// to determine the Content-Type header
291291
String[] localVarHttpContentTypes = new String[] {
292-
"application/hal+json;charset=utf-8"
292+
"application/json;charset=utf-8"
293293
};
294294
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
295295

Api/InstrumentIdentifierApi.cs

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,13 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > CreateInstrument
419419

420420
// to determine the Content-Type header
421421
String[] localVarHttpContentTypes = new String[] {
422-
"application/hal+json;charset=utf-8"
422+
"application/json;charset=utf-8"
423423
};
424424
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
425425

426426
// to determine the Accept header
427427
String[] localVarHttpHeaderAccepts = new String[] {
428-
"application/hal+json;charset=utf-8"
428+
"application/json;charset=utf-8"
429429
};
430430
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
431431
if (localVarHttpHeaderAccept != null)
@@ -500,13 +500,13 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
500500

501501
// to determine the Content-Type header
502502
String[] localVarHttpContentTypes = new String[] {
503-
"application/hal+json;charset=utf-8"
503+
"application/json;charset=utf-8"
504504
};
505505
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
506506

507507
// to determine the Accept header
508508
String[] localVarHttpHeaderAccepts = new String[] {
509-
"application/hal+json;charset=utf-8"
509+
"application/json;charset=utf-8"
510510
};
511511
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
512512
if (localVarHttpHeaderAccept != null)
@@ -579,13 +579,13 @@ public ApiResponse<Object> DeleteInstrumentIdentifierWithHttpInfo (string profil
579579

580580
// to determine the Content-Type header
581581
String[] localVarHttpContentTypes = new String[] {
582-
"*/*"
582+
"application/json;charset=utf-8"
583583
};
584584
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
585585

586586
// to determine the Accept header
587587
String[] localVarHttpHeaderAccepts = new String[] {
588-
"*/*"
588+
"application/json;charset=utf-8"
589589
};
590590
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
591591
if (localVarHttpHeaderAccept != null)
@@ -652,13 +652,13 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteInstrumentId
652652

653653
// to determine the Content-Type header
654654
String[] localVarHttpContentTypes = new String[] {
655-
"*/*"
655+
"application/json;charset=utf-8"
656656
};
657657
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
658658

659659
// to determine the Accept header
660660
String[] localVarHttpHeaderAccepts = new String[] {
661-
"*/*"
661+
"application/json;charset=utf-8"
662662
};
663663
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
664664
if (localVarHttpHeaderAccept != null)
@@ -729,13 +729,13 @@ public ApiResponse< TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response >
729729

730730
// to determine the Content-Type header
731731
String[] localVarHttpContentTypes = new String[] {
732-
"*/*"
732+
"application/json;charset=utf-8"
733733
};
734734
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
735735

736736
// to determine the Accept header
737737
String[] localVarHttpHeaderAccepts = new String[] {
738-
"*/*"
738+
"application/json;charset=utf-8"
739739
};
740740
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
741741
if (localVarHttpHeaderAccept != null)
@@ -809,13 +809,13 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
809809

810810
// to determine the Content-Type header
811811
String[] localVarHttpContentTypes = new String[] {
812-
"*/*"
812+
"application/json;charset=utf-8"
813813
};
814814
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
815815

816816
// to determine the Accept header
817817
String[] localVarHttpHeaderAccepts = new String[] {
818-
"*/*"
818+
"application/json;charset=utf-8"
819819
};
820820
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
821821
if (localVarHttpHeaderAccept != null)
@@ -884,13 +884,13 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > GetInstrumentIde
884884

885885
// to determine the Content-Type header
886886
String[] localVarHttpContentTypes = new String[] {
887-
"*/*"
887+
"application/json;charset=utf-8"
888888
};
889889
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
890890

891891
// to determine the Accept header
892892
String[] localVarHttpHeaderAccepts = new String[] {
893-
"*/*"
893+
"application/json;charset=utf-8"
894894
};
895895
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
896896
if (localVarHttpHeaderAccept != null)
@@ -958,13 +958,13 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
958958

959959
// to determine the Content-Type header
960960
String[] localVarHttpContentTypes = new String[] {
961-
"*/*"
961+
"application/json;charset=utf-8"
962962
};
963963
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
964964

965965
// to determine the Accept header
966966
String[] localVarHttpHeaderAccepts = new String[] {
967-
"*/*"
967+
"application/json;charset=utf-8"
968968
};
969969
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
970970
if (localVarHttpHeaderAccept != null)
@@ -1036,13 +1036,13 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > UpdateInstrument
10361036

10371037
// to determine the Content-Type header
10381038
String[] localVarHttpContentTypes = new String[] {
1039-
"*/*"
1039+
"application/json;charset=utf-8"
10401040
};
10411041
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
10421042

10431043
// to determine the Accept header
10441044
String[] localVarHttpHeaderAccepts = new String[] {
1045-
"*/*"
1045+
"application/json;charset=utf-8"
10461046
};
10471047
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
10481048
if (localVarHttpHeaderAccept != null)
@@ -1123,13 +1123,13 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
11231123

11241124
// to determine the Content-Type header
11251125
String[] localVarHttpContentTypes = new String[] {
1126-
"*/*"
1126+
"application/json;charset=utf-8"
11271127
};
11281128
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
11291129

11301130
// to determine the Accept header
11311131
String[] localVarHttpHeaderAccepts = new String[] {
1132-
"*/*"
1132+
"application/json;charset=utf-8"
11331133
};
11341134
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
11351135
if (localVarHttpHeaderAccept != null)

0 commit comments

Comments
 (0)