Skip to content

Commit a6829cb

Browse files
Auto-generated API code
1 parent 404e21e commit a6829cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

elasticsearch/_async/client/logstash.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ async def put_pipeline(
141141
142142
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-logstash-put-pipeline>`_
143143
144-
:param id: An identifier for the pipeline.
144+
:param id: An identifier for the pipeline. Pipeline IDs must begin with a letter
145+
or underscore and contain only letters, underscores, dashes, hyphens and
146+
numbers.
145147
:param pipeline:
146148
"""
147149
if id in SKIP_IN_PATH:

elasticsearch/_sync/client/logstash.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ def put_pipeline(
141141
142142
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-logstash-put-pipeline>`_
143143
144-
:param id: An identifier for the pipeline.
144+
:param id: An identifier for the pipeline. Pipeline IDs must begin with a letter
145+
or underscore and contain only letters, underscores, dashes, hyphens and
146+
numbers.
145147
:param pipeline:
146148
"""
147149
if id in SKIP_IN_PATH:

0 commit comments

Comments
 (0)