From 24a5440851145701796863536fd86477ae3faa30 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 2 Jul 2025 17:03:09 +0400 Subject: [PATCH] rest-api-spec: fix esql.get_query accept header (#130377) --- .../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 a0e78cf4b1b7..714db0e47218 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": [