File tree Expand file tree Collapse file tree 5 files changed +3
-119
lines changed
lib/elasticsearch/api/actions/indices
spec/elasticsearch/api/actions/indices
elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/sql Expand file tree Collapse file tree 5 files changed +3
-119
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments