Skip to content

Commit fc5c65d

Browse files
elasticmachinepicandocodigo
authored andcommitted
Auto-generated API code
1 parent c9bb429 commit fc5c65d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Hash] :headers Custom HTTP headers
3333
# @option arguments [Hash] :body An object containing the connector's index name. (*Required*)
3434
#
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
3636
#
3737
def update_index_name(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_index_name' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Hash] :headers Custom HTTP headers
3333
# @option arguments [Hash] :body An object containing the connector's service type. (*Required*)
3434
#
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
3636
#
3737
def update_service_type(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_service_type' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Hash] :headers Custom HTTP headers
3333
# @option arguments [Hash] :body An object containing the connector's status. (*Required*)
3434
#
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
3636
#
3737
def update_status(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_status' }

0 commit comments

Comments
 (0)