OpenSearch/rest-api-spec/api/watcher.restart.json
Brian Murphy 4482d8d2ba Change watcher REST API call namespace to be watcher.
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
2015-04-28 18:50:07 -04:00

16 lines
320 B
JSON

{
"watcher.restart": {
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-service.html",
"methods": [ "PUT" ],
"url": {
"path": "/_watcher/_restart",
"paths": [ "/_watcher/_restart" ],
"parts": {
},
"params": {
}
},
"body": null
}
}