Skip to content

Commit 7c06712

Browse files
committed
[DOCS] fixed incorrect default
1 parent e11293a commit 7c06712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/painless/painless-execute-script.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Painless execute API allows an arbitrary script to be executed and a result
1111
|======
1212
| Name | Required | Default | Description
1313
| `script` | yes | - | The script to execute
14-
| `context` | no | `execute_api_script` | The context the script should be executed in.
14+
| `context` | no | `painless_test` | The context the script should be executed in.
1515
|======
1616

1717
==== Contexts

0 commit comments

Comments
 (0)