mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Fix created stored script API request paths
This commit is contained in:
parent
230b0c35bd
commit
93784444f7
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ PUT _scripts/my-stored-script
|
|||
[[create-stored-script-api-request]]
|
||||
==== {api-request-title}
|
||||
|
||||
`PUT _search/<script-id>`
|
||||
`PUT _scripts/<script-id>`
|
||||
|
||||
`POST _scripts/<script-id>`
|
||||
|
||||
`PUT _search/<script-id>/<context>`
|
||||
`PUT _scripts/<script-id>/<context>`
|
||||
|
||||
`POST _scripts/<script-id>/<context>`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue