diff --git a/docs/reference/cat/indices.asciidoc b/docs/reference/cat/indices.asciidoc index f9c9991a60bb1..7c8bdef996b78 100644 --- a/docs/reference/cat/indices.asciidoc +++ b/docs/reference/cat/indices.asciidoc @@ -77,7 +77,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=include-unloaded-segme `local`:: (Optional, boolean) + -deprecated::[7.10.0,"This parameter does not affect the request. It will be removed in a future release."] +deprecated::[7.11.0,"This parameter does not affect the request. It will be removed in a future release."] include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=master-timeout] diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json index 165bf1a3f235a..ed821ca52ed53 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json @@ -53,7 +53,7 @@ "type":"boolean", "description":"Return local information, do not retrieve the state from master node (default: false)", "deprecated":{ - "version":"8.0.0", + "version":"7.11.0", "description":"This parameter does not affect the request. It will be removed in a future release." } },