Skip to content

Commit 4714f4d

Browse files
Update rest-api-spec (#5033)
Co-authored-by: pquentin <[email protected]>
1 parent 896e37f commit 4714f4d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
2-
"endpointErrors": {
3-
"esql.async_query_get": {
4-
"request": [
5-
"Request: query parameter 'format' does not exist in the json spec"
6-
],
7-
"response": []
8-
}
9-
},
2+
"endpointErrors": {},
103
"generalErrors": []
114
}

specification/_json_spec/esql.async_query_get.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
]
2525
},
2626
"params": {
27+
"format": {
28+
"type": "string",
29+
"description": "a short version of the Accept header, e.g. json, yaml"
30+
},
2731
"wait_for_completion_timeout": {
2832
"type": "time",
2933
"description": "Specify the time that the request should block waiting for the final response"

0 commit comments

Comments
 (0)