[DOCS] fixed incorrect default

This commit is contained in:
Martijn van Groningen 2018-05-22 10:57:59 +02:00
parent f76f95b813
commit 59fc6a478e
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -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