From bf1f11a7399a6b6e2ba08c7598fc7a58740d5f17 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 1 Oct 2019 12:01:04 -0400 Subject: [PATCH] [DOCS] Remove beta label for tasks APIs --- docs/reference/cat/tasks.asciidoc | 2 -- docs/reference/cluster/tasks.asciidoc | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/reference/cat/tasks.asciidoc b/docs/reference/cat/tasks.asciidoc index 5f7630fd96791..4fb639d0fdf75 100644 --- a/docs/reference/cat/tasks.asciidoc +++ b/docs/reference/cat/tasks.asciidoc @@ -4,8 +4,6 @@ cat task management ++++ -beta::[The cat task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.] - Returns information about tasks currently executing in the cluster, similar to the <> API. diff --git a/docs/reference/cluster/tasks.asciidoc b/docs/reference/cluster/tasks.asciidoc index 9cbc421aa0133..33561dbbe9823 100644 --- a/docs/reference/cluster/tasks.asciidoc +++ b/docs/reference/cluster/tasks.asciidoc @@ -4,8 +4,6 @@ Task management ++++ -beta[The task management API is new and should still be considered a beta feature. The API may change in ways that are not backwards compatible.] - Returns information about the tasks currently executing in the cluster. [[tasks-api-request]]