Skip to content

Commit 34245be

Browse files
authored
Fix content-type of put_geoip_database.json (#2864)
1 parent 39ba8e8 commit 34245be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

output/schema/schema.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/ingest.put_geoip_database.json

Lines changed: 2 additions & 1 deletion
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)