rest-api-spec: fix esql.get_query accept header (#130377)
This commit is contained in:
parent
9f24b2ae3e
commit
24a5440851
|
@ -7,10 +7,8 @@
|
|||
"stability": "experimental",
|
||||
"visibility": "public",
|
||||
"headers": {
|
||||
"accept": [],
|
||||
"content_type": [
|
||||
"application/json"
|
||||
]
|
||||
"accept": ["application/json"],
|
||||
"content_type": ["application/json"]
|
||||
},
|
||||
"url": {
|
||||
"paths": [
|
||||
|
|
Loading…
Reference in New Issue