From 8ec5f9858b4a4611994307c58e998e44d460b2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Z=C3=B8rn?= <63373006+baldm@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:17:14 +0100 Subject: [PATCH] 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 /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.