From 55940034af62238603b49ca62783b5dfaa6cf7c1 Mon Sep 17 00:00:00 2001 From: baldm Date: Mon, 28 Oct 2024 15:50:07 +0100 Subject: [PATCH] fix(docs): set correct url for closing issues --- 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 /api/rest/plugins/webhook/1/issue/:issueId/close` +`POST /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.