Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-generated code for 8.17 #2845

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion elasticsearch/_async/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3763,7 +3763,7 @@ async def put_template(

:param name: The name of the template
:param aliases: Aliases for the index.
:param cause:
:param cause: User defined reason for creating/updating the index template
:param create: If true, this request cannot replace or update existing index
templates.
:param index_patterns: Array of wildcard expressions used to match the names
Expand Down
8 changes: 4 additions & 4 deletions elasticsearch/_async/client/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3599,11 +3599,11 @@ async def put_datafeed(
:param ignore_unavailable: If true, unavailable indices (missing or closed) are
ignored.
:param indexes: An array of index names. Wildcards are supported. If any of the
indices are in remote clusters, the machine learning nodes must have the
`remote_cluster_client` role.
indices are in remote clusters, the master nodes and the machine learning
nodes must have the `remote_cluster_client` role.
:param indices: An array of index names. Wildcards are supported. If any of the
indices are in remote clusters, the machine learning nodes must have the
`remote_cluster_client` role.
indices are in remote clusters, the master nodes and the machine learning
nodes must have the `remote_cluster_client` role.
:param indices_options: Specifies index expansion options that are used during
search
:param job_id: Identifier for the anomaly detection job.
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/_sync/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3763,7 +3763,7 @@ def put_template(

:param name: The name of the template
:param aliases: Aliases for the index.
:param cause:
:param cause: User defined reason for creating/updating the index template
:param create: If true, this request cannot replace or update existing index
templates.
:param index_patterns: Array of wildcard expressions used to match the names
Expand Down
8 changes: 4 additions & 4 deletions elasticsearch/_sync/client/ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3599,11 +3599,11 @@ def put_datafeed(
:param ignore_unavailable: If true, unavailable indices (missing or closed) are
ignored.
:param indexes: An array of index names. Wildcards are supported. If any of the
indices are in remote clusters, the machine learning nodes must have the
`remote_cluster_client` role.
indices are in remote clusters, the master nodes and the machine learning
nodes must have the `remote_cluster_client` role.
:param indices: An array of index names. Wildcards are supported. If any of the
indices are in remote clusters, the machine learning nodes must have the
`remote_cluster_client` role.
indices are in remote clusters, the master nodes and the machine learning
nodes must have the `remote_cluster_client` role.
:param indices_options: Specifies index expansion options that are used during
search
:param job_id: Identifier for the anomaly detection job.
Expand Down