Skip to content

Commit

Permalink
fix(docs): set correct url for closing issues (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldm authored Oct 31, 2024
1 parent e1055ee commit 8ec5f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Plugins/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ec5f98

Please sign in to comment.