You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@ Use the script support APIs to get a list of supported script contexts and langu
491
491
| --- | ----------- |
492
492
|[Add or update stored script](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-script-put-script)| Adds or updates a stored script. |
493
493
|[Get stored script](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-get-script)| Retrieves a stored script. |
494
-
|[Delete stored script](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-scripts-delete-script)| Deletes a stored script. |
494
+
|[Delete stored script](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-delete-script)| Deletes a stored script. |
495
495
|[Execute Painless script]https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-scripts-painless-execute)| Executes a script using the Painless language. |
496
496
|[Get script contexts](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-get-script-context)| Returns available script execution contexts. |
497
497
|[Get script languages](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-get-script-languages)| Returns available scripting languages. |
0 commit comments