This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 8ec5f9858b4 fix(docs): set correct url for closing issues (#791)
8ec5f9858b4 is described below
commit 8ec5f9858b4a4611994307c58e998e44d460b2e4
Author: Jonathan Zørn <[email protected]>
AuthorDate: Thu Oct 31 10:17:14 2024 +0100
fix(docs): set correct url for closing issues (#791)
---
docs/Plugins/webhook.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Plugins/webhook.md b/docs/Plugins/webhook.md
index b477de83eff..6e891467897 100644
--- a/docs/Plugins/webhook.md
+++ b/docs/Plugins/webhook.md
@@ -214,7 +214,7 @@ More information about these columns at the [domain layer
issues table](/DataMod
#### Register Issues - Close Issues (Optional)
-`POST <devlake-host>/api/rest/plugins/webhook/1/issue/:issueId/close`
+`POST
<devlake-host>/api/rest/plugins/webhook/connections/1/issue/:issueId/close`
needs to be called when an issue or incident is closed. Replace `:issueId`
with specific strings and keep the body empty.