Skip to content

Commit 0244ccf

Browse files
Auto-generated API code
1 parent 028577c commit 0244ccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

elasticsearch/_async/client/ilm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ async def explain_lifecycle(
105105
no response is received before the timeout expires, the request fails and
106106
returns an error.
107107
:param only_errors: Filters the returned indices to only indices that are managed
108-
by ILM.
109-
:param only_managed: Filters the returned indices to only indices that are managed
110108
by ILM and are in an error state, either due to an encountering an error
111109
while executing the policy, or attempting to use a policy that does not exist.
110+
:param only_managed: Filters the returned indices to only indices that are managed
111+
by ILM.
112112
:param timeout: Period to wait for a response. If no response is received before
113113
the timeout expires, the request fails and returns an error.
114114
"""

elasticsearch/_sync/client/ilm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ def explain_lifecycle(
105105
no response is received before the timeout expires, the request fails and
106106
returns an error.
107107
:param only_errors: Filters the returned indices to only indices that are managed
108-
by ILM.
109-
:param only_managed: Filters the returned indices to only indices that are managed
110108
by ILM and are in an error state, either due to an encountering an error
111109
while executing the policy, or attempting to use a policy that does not exist.
110+
:param only_managed: Filters the returned indices to only indices that are managed
111+
by ILM.
112112
:param timeout: Period to wait for a response. If no response is received before
113113
the timeout expires, the request fails and returns an error.
114114
"""

0 commit comments

Comments
 (0)