[DOCS] fixed incorrect default
This commit is contained in:
parent
f76f95b813
commit
59fc6a478e
|
@ -11,7 +11,7 @@ The Painless execute API allows an arbitrary script to be executed and a result
|
||||||
|======
|
|======
|
||||||
| Name | Required | Default | Description
|
| Name | Required | Default | Description
|
||||||
| `script` | yes | - | The script to execute
|
| `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
|
==== Contexts
|
||||||
|
|
Loading…
Reference in New Issue