File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/connector Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
# @option arguments [Hash] :body An object containing the connector's index name. (*Required*)
34
34
#
35
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/connector-apis .html
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update- connector-index-name-api .html
36
36
#
37
37
def update_index_name ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || 'connector.update_index_name' }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
# @option arguments [Hash] :body An object containing the connector's service type. (*Required*)
34
34
#
35
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/connector-apis .html
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update- connector-service-type-api .html
36
36
#
37
37
def update_service_type ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || 'connector.update_service_type' }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
# @option arguments [Hash] :body An object containing the connector's status. (*Required*)
34
34
#
35
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/connector-apis .html
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update- connector-status-api .html
36
36
#
37
37
def update_status ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || 'connector.update_status' }
You can’t perform that action at this time.
0 commit comments