Skip to content

Commit

Permalink
[API] Updates URL in source code docs for geoip apis
Browse files Browse the repository at this point in the history
Auto-generated API code
  • Loading branch information
picandocodigo committed Oct 2, 2024
1 parent 635aa2a commit 9c97486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Actions
# @option arguments [List] :id A comma-separated list of geoip database configurations to delete
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-geoip-database-api.html
#
def delete_geoip_database(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ingest.delete_geoip_database' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Actions
# @option arguments [List] :id A comma-separated list of geoip database configurations to get; use `*` to get all geoip database configurations
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-geoip-database-api.html
#
def get_geoip_database(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ingest.get_geoip_database' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Actions
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The database configuration definition (*Required*)
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/TODO.html
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-geoip-database-api.html
#
def put_geoip_database(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ingest.put_geoip_database' }
Expand Down

0 comments on commit 9c97486

Please sign in to comment.