Skip to content

Commit 5179b53

Browse files
Auto-generated API code
1 parent d727fed commit 5179b53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/ingest/delete_geoip_database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Actions
2727
# @option arguments [List] :id A comma-separated list of geoip database configurations to delete
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
#
30-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-geoip-database-api.html
3131
#
3232
def delete_geoip_database(arguments = {})
3333
request_opts = { endpoint: arguments[:endpoint] || 'ingest.delete_geoip_database' }

elasticsearch-api/lib/elasticsearch/api/actions/ingest/get_geoip_database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Actions
2727
# @option arguments [List] :id A comma-separated list of geoip database configurations to get; use `*` to get all geoip database configurations
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
#
30-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-geoip-database-api.html
3131
#
3232
def get_geoip_database(arguments = {})
3333
request_opts = { endpoint: arguments[:endpoint] || 'ingest.get_geoip_database' }

elasticsearch-api/lib/elasticsearch/api/actions/ingest/put_geoip_database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
# @option arguments [Hash] :body The database configuration definition (*Required*)
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-geoip-database-api.html
3232
#
3333
def put_geoip_database(arguments = {})
3434
request_opts = { endpoint: arguments[:endpoint] || 'ingest.put_geoip_database' }

0 commit comments

Comments
 (0)