| 1234567891011121314151617181920212223242526272829303132333435 | [[script-apis]]== Script APIsNOTE: This list of script APIs is incomplete. We're working on adding more.Use following APIs to manage, store, and test your<<modules-scripting,scripts>>.[discrete][[stored-script-apis]]=== Stored script APIsUse stored script APIs to manage <<script-stored-scripts,stored scripts>> and<<search-template,search templates>>.* <<create-stored-script-api>>////TODO: See https://github.com/elastic/elasticsearch/issues/71376[discrete][[script-support-apis]]=== Script support APIUse the script support APIs to get a list of supported script languages andcontexts.[discrete][[painless-apis]]=== Painless APIsUse the execute script API to safely test Painless scripts.////include::create-stored-script-api.asciidoc[]
 |