Skip to content

Commit 86e07b4

Browse files
committed
Revert "[API] Adds indices.disk_usage"
This reverts commit 5ecc460.
1 parent 3ec9c1a commit 86e07b4

File tree

5 files changed

+3
-119
lines changed

5 files changed

+3
-119
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/disk_usage.rb

Lines changed: 0 additions & 68 deletions
This file was deleted.

elasticsearch-api/spec/elasticsearch/api/actions/indices/disk_usage_spec.rb

Lines changed: 0 additions & 48 deletions
This file was deleted.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
# @option arguments [Hash] :body Specify the cursor value in the `cursor` element to clean the cursor. (*Required*)
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/clear-sql-cursor-api.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-pagination.html
2929
#
3030
def clear_cursor(arguments = {})
3131
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/sql/query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Actions
2626
# @option arguments [Hash] :headers Custom HTTP headers
2727
# @option arguments [Hash] :body Use the `query` element to start a query. Use the `cursor` element to continue a query. (*Required*)
2828
#
29-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-search-api.html
29+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-rest-overview.html
3030
#
3131
def query(arguments = {})
3232
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/sql/translate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
# @option arguments [Hash] :body Specify the query in the `query` element. (*Required*)
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate-api.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate.html
2929
#
3030
def translate(arguments = {})
3131
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

0 commit comments

Comments
 (0)