lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.8.0 vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.8.1

- old
+ new

@@ -17,9 +17,13 @@ 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.8/painless-contexts.html #