Skip to content

Commit 1cea4b6

Browse files
committed
[API] Adds index_name and connector_name parameters to connector.list
1 parent 9a36732 commit 1cea4b6

File tree

1 file changed

+2
-0
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/connector

1 file changed

+2
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/connector/list.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ module Actions
3030
#
3131
# @option arguments [Integer] :from Starting offset (default: 0)
3232
# @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
3335
# @option arguments [Hash] :headers Custom HTTP headers
3436
#
3537
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/list-connector-api.html

0 commit comments

Comments
 (0)