mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
This change changes the API spec such that all of the watcher APIs are in the `watcher` namespace. Original commit: elastic/x-pack-elasticsearch@f409ab4569
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"watcher.start": {
|
|
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-service.html",
|
|
"methods": [ "PUT" ],
|
|
"url": {
|
|
"path": "/_watcher/_start",
|
|
"paths": [ "/_watcher/_start" ],
|
|
"parts": {
|
|
},
|
|
"params": {
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|