Skip to content

Commit ca5a99e

Browse files
mhdehghanChristoph Büscher
authored andcommitted
[Docs] Fix missing closing bracket for watcher webhook.asciidoc (#57803)
1 parent b32d237 commit ca5a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/watcher/actions/webhook.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following snippet shows a simple webhook action definition:
2424
"method" : "POST", <4>
2525
"host" : "mylisteningserver", <5>
2626
"port" : 9200, <6>
27-
"path": ":/{{ctx.watch_id}", <7>
27+
"path": ":/{{ctx.watch_id}}", <7>
2828
"body" : "{{ctx.watch_id}}:{{ctx.payload.hits.total.value}}" <8>
2929
}
3030
}

0 commit comments

Comments
 (0)