25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"watcher.ack_watch": {
|
|
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-ack-watch.html",
|
|
"methods": [ "PUT", "POST" ],
|
|
"url": {
|
|
"path": "/_watcher/watch/{id}/_ack",
|
|
"paths": [ "/_watcher/watch/{id}/_ack" ],
|
|
"parts": {
|
|
"id": {
|
|
"type" : "string",
|
|
"description" : "Watch ID",
|
|
"required" : true
|
|
}
|
|
},
|
|
"params": {
|
|
"master_timeout": {
|
|
"type": "duration",
|
|
"description": "Specify timeout for watch write operation"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|