From b209e7b6ff8f00b8062aa8276c39f5acea302c61 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 2 Jan 2020 17:19:42 +0000 Subject: [PATCH] Remove included docs (#50557) In #50499 we accidentally duplicated the docs for the `?local` parameter to the `GET _cat/nodes` API. This commit removes the duplicate docs. --- docs/reference/cat/nodes.asciidoc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/reference/cat/nodes.asciidoc b/docs/reference/cat/nodes.asciidoc index 950a7da78b8..a0e046548da 100644 --- a/docs/reference/cat/nodes.asciidoc +++ b/docs/reference/cat/nodes.asciidoc @@ -285,17 +285,14 @@ Number of suggest operations, such as `0`. include::{docdir}/rest-api/common-parms.asciidoc[tag=help] -include::{docdir}/rest-api/common-parms.asciidoc[tag=local] -+ --- `local`:: -(Optional, boolean) If `true`, the request computes the list of selected nodes -from the local cluster state. Defaults to `false`, which means the list of -selected nodes is computed from the cluster state on the master node. In either -case the coordinating node sends a request for further information to each -selected node. deprecated::[7.6,This parameter does not cause this API to act -locally. It will be removed in version 8.0.] --- +(Optional, boolean) +deprecated:[7.6.0,This parameter does not cause this API to act locally. It will be removed in version 8.0.] +If `true`, the request computes the list of selected nodes from the local +cluster state. Defaults to `false`, which means the list of selected nodes is +computed from the cluster state on the master node. In either case the +coordinating node sends a request for further information to each selected +node. include::{docdir}/rest-api/common-parms.asciidoc[tag=master-timeout]