From 13f3e00cc6733066fc9479d0ae560b26b46aa455 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:43:21 -0400 Subject: [PATCH] Fix monitoring.bulk spec content_type (#71629) (#72009) Co-authored-by: Tomas Della Vedova Co-authored-by: Elastic Machine --- .../src/main/resources/rest-api-spec/api/monitoring.bulk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json b/rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json index e34bdfe85c75e..6d41a4e59df45 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json @@ -8,7 +8,7 @@ "visibility":"public", "headers":{ "accept": [ "application/json"], - "content_type": ["application/json"] + "content_type": ["application/x-ndjson"] }, "url":{ "paths":[