[DOCS] More links to new API site (#119377) (#119417)

(cherry picked from commit ba8beecdb0)
This commit is contained in:
Lisa Cawley 2024-12-31 12:19:47 -08:00 committed by GitHub
parent d907c28550
commit 86d568ff26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
381 changed files with 1374 additions and 207 deletions

View file

@ -4,6 +4,12 @@
<titleabbrev>Create or update stored script</titleabbrev>
++++
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Creates or updates a <<script-stored-scripts,stored script>> or
<<search-template,search template>>.

View file

@ -4,6 +4,12 @@
<titleabbrev>Delete stored script</titleabbrev>
++++
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Deletes a <<script-stored-scripts,stored script>> or <<search-template,search
template>>.

View file

@ -4,6 +4,12 @@
<titleabbrev>Get script contexts</titleabbrev>
++++
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Retrieves a list of supported script contexts and their methods.
[source,console]

View file

@ -4,6 +4,12 @@
<titleabbrev>Get script languages</titleabbrev>
++++
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Retrieves a list of supported <<scripting-available-languages,script languages>>
and their contexts.

View file

@ -4,6 +4,12 @@
<titleabbrev>Get stored script</titleabbrev>
++++
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Retrieves a <<script-stored-scripts,stored script>> or <<search-template,search
template>>.

View file

@ -1,6 +1,12 @@
[[script-apis]]
== Script APIs
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Use the following APIs to manage, store, and test your
<<modules-scripting,scripts>>.