Skip to content

Commit b596ccc

Browse files
committed
rest-api-spec: fix esql.get_query accept header (elastic#130377)
1 parent 853d97b commit b596ccc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
"stability": "experimental",
88
"visibility": "public",
99
"headers": {
10-
"accept": [],
11-
"content_type": [
12-
"application/json"
13-
]
10+
"accept": ["application/json"],
11+
"content_type": ["application/json"]
1412
},
1513
"url": {
1614
"paths": [

0 commit comments

Comments
 (0)