From bf07eb2041f39dc555fe7d8dd1dd2e9ed501ec48 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 17 Dec 2020 15:47:16 +0000 Subject: [PATCH] Mark Cat Tasks API as experimental in rest-api-spec --- .../src/main/resources/rest-api-spec/api/cat.tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json index 5a966554d9b99..6969a1c1e595a 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html", "description":"Returns information about the tasks currently executing on one or more nodes in the cluster." }, - "stability":"stable", + "stability":"experimental", "visibility":"public", "headers":{ "accept": [ "text/plain", "application/json"]