From 751392e221aae877f7729e811825cf32ba174eb6 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 1 Jul 2025 11:28:32 +0400 Subject: [PATCH] rest-api-spec: fix esql.get_query accept header --- .../main/resources/rest-api-spec/api/esql.get_query.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json index a0e78cf4b1b74..714db0e472185 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json @@ -7,10 +7,8 @@ "stability": "experimental", "visibility": "public", "headers": { - "accept": [], - "content_type": [ - "application/json" - ] + "accept": ["application/json"], + "content_type": ["application/json"] }, "url": { "paths": [