add missing format param (#130317)
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
parent
3b8f5d3a57
commit
9f24b2ae3e
|
@ -26,6 +26,10 @@
|
|||
]
|
||||
},
|
||||
"params":{
|
||||
"format":{
|
||||
"type":"string",
|
||||
"description":"a short version of the Accept header, e.g. json, yaml"
|
||||
},
|
||||
"wait_for_completion_timeout":{
|
||||
"type":"time",
|
||||
"description":"Specify the time that the request should block waiting for the final response"
|
||||
|
|
Loading…
Reference in New Issue