OpenSearch/rest-api-spec/api/watcher.stop.json

16 lines
311 B
JSON

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