rest-api-spec: fix esql.get_query accept header (#130377)

This commit is contained in:
Quentin Pradet 2025-07-02 17:03:09 +04:00 committed by GitHub
parent 9f24b2ae3e
commit 24a5440851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

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