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",
|
"stability": "experimental",
|
||||||
"visibility": "public",
|
"visibility": "public",
|
||||||
"headers": {
|
"headers": {
|
||||||
"accept": [],
|
"accept": ["application/json"],
|
||||||
"content_type": [
|
"content_type": ["application/json"]
|
||||||
"application/json"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"paths": [
|
"paths": [
|
||||||
|
|
Loading…
Reference in New Issue