瀏覽代碼

[DOCS] fixed incorrect default

Martijn van Groningen 7 年之前
父節點
當前提交
59fc6a478e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/painless/painless-execute-script.asciidoc

+ 1 - 1
docs/painless/painless-execute-script.asciidoc

@@ -11,7 +11,7 @@ The Painless execute API allows an arbitrary script to be executed and a result
 |======
 | Name             | Required  | Default                | Description
 | `script`         | yes       | -                      | The script to execute
-| `context`        | no        | `execute_api_script`   | The context the script should be executed in.
+| `context`        | no        | `painless_test`        | The context the script should be executed in.
 |======
 
 ==== Contexts