Browse Source

Adjust deprecation version after backport (#64794)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Dan Hermann 5 years ago
parent
commit
fae9b06cd5

+ 1 - 1
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]
 

+ 1 - 1
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."
         }
       },