Skip to content

Commit 94cd18b

Browse files
l-trottapquentin
andcommitted
add missing format param (#130317)
Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 9f24b2a)
1 parent 8d2f53f commit 94cd18b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
]
2727
},
2828
"params":{
29+
"format":{
30+
"type":"string",
31+
"description":"a short version of the Accept header, e.g. json, yaml"
32+
},
2933
"wait_for_completion_timeout":{
3034
"type":"time",
3135
"description":"Specify the time that the request should block waiting for the final response"

0 commit comments

Comments
 (0)