Skip to content

Commit af388a2

Browse files
committed
[API] Updates source code docs to 3d6e3fda46f55df3ab95a573cf75c1d56a3919da
1 parent 8883895 commit af388a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/logstash/put_pipeline.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module Actions
2626
# Create a pipeline that is used for Logstash Central Management.
2727
# If the specified pipeline exists, it is replaced.
2828
#
29-
# @option arguments [String] :id An identifier for the pipeline. (*Required*)
29+
# @option arguments [String] :id An identifier for the pipeline.
30+
# Pipeline IDs must begin with a letter or underscore and contain only letters, underscores, dashes, hyphens and numbers. (*Required*)
3031
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
3132
# when they occur.
3233
# @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.2.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '1aa68abf07e4d0f9cbc162eef64d0ae508e65366'.freeze
21+
ES_SPECIFICATION_COMMIT = '3d6e3fda46f55df3ab95a573cf75c1d56a3919da'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)