File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
elasticsearch-api/lib/elasticsearch/api/actions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
#
18
- # Auto generated from build hash 312ddd6b6b41ce0dd516b7b3a197792ea3c77cf9
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
19
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
20
#
21
21
module Elasticsearch
@@ -25,7 +25,7 @@ module Actions
25
25
#
26
26
# @option arguments [Hash] :headers Custom HTTP headers
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/painless/master /painless-contexts.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/painless/current /painless-contexts.html
29
29
#
30
30
def get_script_context ( arguments = { } )
31
31
arguments = arguments . clone
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
#
18
- # Auto generated from build hash 312ddd6b6b41ce0dd516b7b3a197792ea3c77cf9
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
19
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
20
#
21
21
module Elasticsearch
@@ -30,7 +30,7 @@ module Actions
30
30
# @option arguments [Hash] :headers Custom HTTP headers
31
31
# @option arguments [Hash] :body The script to execute
32
32
#
33
- # @see https://www.elastic.co/guide/en/elasticsearch/painless/master /painless-execute-api.html
33
+ # @see https://www.elastic.co/guide/en/elasticsearch/painless/current /painless-execute-api.html
34
34
#
35
35
def scripts_painless_execute ( arguments = { } )
36
36
arguments = arguments . clone
You can’t perform that action at this time.
0 commit comments