lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.9.0.pre vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.9.0
- old
+ new
@@ -17,13 +17,17 @@
module Elasticsearch
module API
module Actions
# Returns all script contexts.
+ # This functionality is Experimental and may be changed or removed
+ # completely in a future release. Elastic will take a best effort approach
+ # to fix any issues, but experimental features are not subject to the
+ # support SLA of official GA features.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/painless/7.x/painless-contexts.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/painless/7.9/painless-contexts.html
#
def get_script_context(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone