Skip to content

Commit ddfd12e

Browse files
committed
[API] Generates 58caf17d12d1c8c8d8aef5c68e53e41e07a3f98c
1 parent edf1c4b commit ddfd12e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/get_index_template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# Get index templates.
2626
# Get information about one or more index templates.
2727
#
28-
# @option arguments [String] :name Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.
28+
# @option arguments [String] :name Name of index template to retrieve. Wildcard (*) expressions are supported.
2929
# @option arguments [Boolean] :local If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.
3030
# @option arguments [Boolean] :flat_settings If true, returns settings in flat format.
3131
# @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.

elasticsearch-api/lib/elasticsearch/api/actions/inference/delete.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module API
2323
module Inference
2424
module Actions
2525
# Delete an inference endpoint
26+
# This API requires the manage_inference cluster privilege (the built-in `inference_admin` role grants this privilege).
2627
#
2728
# @option arguments [String] :task_type The task type
2829
# @option arguments [String] :inference_id The inference identifier. (*Required*)

elasticsearch-api/lib/elasticsearch/api/actions/inference/get.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module API
2323
module Inference
2424
module Actions
2525
# Get an inference endpoint
26+
# This API requires the `monitor_inference` cluster privilege (the built-in `inference_admin` and `inference_user` roles grant this privilege).
2627
#
2728
# @option arguments [String] :task_type The task type
2829
# @option arguments [String] :inference_id The inference Id

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 = '9f4d2444a86e89fbc816eed19dcbaf981a0d6c29'.freeze
21+
ES_SPECIFICATION_COMMIT = '58caf17d12d1c8c8d8aef5c68e53e41e07a3f98c'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)