Skip to content

Commit fedd38c

Browse files
[codegen] master synchronization (#5986)
Co-authored-by: Mpdreamz <Mpdreamz@users.noreply.github.com>
1 parent d055ef6 commit fedd38c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/ApiGenerator/RestSpecification/Core/close_point_in_time.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url":{
1314
"paths":[

src/ApiGenerator/RestSpecification/Core/field_caps.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url":{
1314
"paths":[

src/ApiGenerator/RestSpecification/Core/ml.delete_expired_data.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url":{
1314
"paths":[

src/ApiGenerator/RestSpecification/Core/ml.preview_datafeed.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url":{
1314
"paths":[

src/ApiGenerator/RestSpecification/Core/ml.stop_datafeed.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url":{
1314
"paths":[

0 commit comments

Comments
 (0)