File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/ingest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments