add missing format param (#130317)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
Laura Trotta 2025-07-02 14:55:16 +02:00 committed by GitHub
parent 3b8f5d3a57
commit 9f24b2ae3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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"