diff --git a/opensearchpy/_async/client/indices.py b/opensearchpy/_async/client/indices.py index 08670849..6a1f5467 100644 --- a/opensearchpy/_async/client/indices.py +++ b/opensearchpy/_async/client/indices.py @@ -1020,7 +1020,7 @@ class IndicesClient(NamespacedClient): async def flush_synced(self, index=None, params=None, headers=None): """ Performs a synced flush operation on one or more indices. Synced flush is - deprecated and will be removed in 8.0. Use flush instead + deprecated. Use flush instead :arg index: A comma-separated list of index names; use `_all` or diff --git a/opensearchpy/client/indices.py b/opensearchpy/client/indices.py index 3afd618c..4bdd1257 100644 --- a/opensearchpy/client/indices.py +++ b/opensearchpy/client/indices.py @@ -1018,7 +1018,7 @@ class IndicesClient(NamespacedClient): def flush_synced(self, index=None, params=None, headers=None): """ Performs a synced flush operation on one or more indices. Synced flush is - deprecated and will be removed in 8.0. Use flush instead + deprecated. Use flush instead :arg index: A comma-separated list of index names; use `_all` or