We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087cdde commit 14e2eb8Copy full SHA for 14e2eb8
elasticsearch-api/lib/elasticsearch/api/actions/connector/update_api_key_id.rb
@@ -32,7 +32,7 @@ module Actions
32
# @option arguments [Hash] :headers Custom HTTP headers
33
# @option arguments [Hash] :body An object containing the connector's API key id and/or Connector Secret document id for that API key. (*Required*)
34
#
35
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/connector-apis.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-api-key-id-api.html
36
37
def update_api_key_id(arguments = {})
38
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_api_key_id' }
0 commit comments