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

16 lines
320 B
JSON
Raw Normal View History

{
"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
}
}