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.
This commit is contained in:
David Turner 2020-01-02 17:19:42 +00:00 committed by GitHub
parent 8092a4991e
commit b209e7b6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 10 deletions

View File

@ -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=help]
include::{docdir}/rest-api/common-parms.asciidoc[tag=local]
+
--
`local`:: `local`::
(Optional, boolean) If `true`, the request computes the list of selected nodes (Optional, boolean)
from the local cluster state. Defaults to `false`, which means the list of deprecated:[7.6.0,This parameter does not cause this API to act locally. It will be removed in version 8.0.]
selected nodes is computed from the cluster state on the master node. In either If `true`, the request computes the list of selected nodes from the local
case the coordinating node sends a request for further information to each cluster state. Defaults to `false`, which means the list of selected nodes is
selected node. deprecated::[7.6,This parameter does not cause this API to act computed from the cluster state on the master node. In either case the
locally. It will be removed in version 8.0.] coordinating node sends a request for further information to each selected
-- node.
include::{docdir}/rest-api/common-parms.asciidoc[tag=master-timeout] include::{docdir}/rest-api/common-parms.asciidoc[tag=master-timeout]