From 8a454e26435bf5743ff3d2dc6ca6ad5726829827 Mon Sep 17 00:00:00 2001 From: Srilokh Karuturi <75606167+srilokhkaruturi@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:34:56 -0600 Subject: [PATCH 1/2] Update setup.md Add relevant information related to webhooks resource endpoint, allows for less confusion and going back and forth between docs Signed-off-by: Srilokh Karuturi <75606167+srilokhkaruturi@users.noreply.github.com> --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 1e66719af..8b930192e 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -212,7 +212,7 @@ This will pass all requests at `/widgetapi` to Hookshot. In terms of API endpoints: - The `webhooks` resource handles resources under `/`, so it should be on its own listener. - Note that OAuth requests also go through this listener. + Note that OAuth requests also go through this listener. Previous versions of the bridge listened for requests on `/` rather than `/webhook`. While this behaviour will continue to work, administators are advised to use `/webhook`. - The `metrics` resource handles resources under `/metrics`. - The `provisioning` resource handles resources under `/v1/...`. - The `widgets` resource handles resources under `/widgetapi/v1...`. This may only be bound to **one** listener at present. From 998f02eafab3f77e9a3d0e5de929efc621e2a8da Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 12 Jan 2024 10:34:10 +0000 Subject: [PATCH 2/2] Create 879.doc Signed-off-by: Will Hunt --- changelog.d/879.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/879.doc diff --git a/changelog.d/879.doc b/changelog.d/879.doc new file mode 100644 index 000000000..482b7e343 --- /dev/null +++ b/changelog.d/879.doc @@ -0,0 +1 @@ +Mention new and legacy webhook paths in setup documentation.