We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a36732 commit 1cea4b6Copy full SHA for 1cea4b6
elasticsearch-api/lib/elasticsearch/api/actions/connector/list.rb
@@ -30,6 +30,8 @@ module Actions
30
#
31
# @option arguments [Integer] :from Starting offset (default: 0)
32
# @option arguments [Integer] :size specifies a max number of results to get (default: 100)
33
+ # @option arguments [String] :index_name connector index name(s) to fetch connector documents for
34
+ # @option arguments [String] :connector_name connector name(s) to fetch connector documents for
35
# @option arguments [Hash] :headers Custom HTTP headers
36
37
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/list-connector-api.html
0 commit comments