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:
parent
8092a4991e
commit
b209e7b6ff
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue