This commit is contained in:
parent
b5916ac455
commit
7b4bacebb5
|
@ -194,6 +194,3 @@ task regen {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
validateRestSpec {
|
|
||||||
ignore 'scripts_painless_context.json'
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"scripts_painless_context": {
|
"scripts_painless_context": {
|
||||||
"stability": "experimental",
|
"stability": "experimental",
|
||||||
|
"documentation": {
|
||||||
|
"url": "https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-contexts.html",
|
||||||
|
"description": "Returns the painless contexts"
|
||||||
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue