Skip to content

Commit

Permalink
[DOCS] fixed incorrect default
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed May 22, 2018
1 parent e11293a commit 7c06712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/painless/painless-execute-script.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c06712

Please sign in to comment.