[Docs] Fix missing closing bracket for watcher webhook.asciidoc (#57803)

This commit is contained in:
Hossein Dehghan 2020-06-09 16:29:33 +04:30 committed by Christoph Büscher
parent 60db6c7c45
commit 2c6bd978d8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ The following snippet shows a simple webhook action definition:
"method" : "POST", <4>
"host" : "mylisteningserver", <5>
"port" : 9200, <6>
"path": ":/{{ctx.watch_id}", <7>
"path": ":/{{ctx.watch_id}}", <7>
"body" : "{{ctx.watch_id}}:{{ctx.payload.hits.total.value}}" <8>
}
}