Skip to content

Commit 747066f

Browse files
skeet70dreulavelle
authored andcommitted
Update overseer webhook API
1 parent 764b52e commit 747066f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/services/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Overseerr is a request management and media discovery tool. It helps you manage
3838
- Click on `Webhook` on the end
3939
- Toggle `Enable Agent` so that it's enabled
4040
- For the Webhook URL:
41-
- Enter the FQDN, IP or `localhost` to your Riven instance, and then be sure to add `/webhook/overseerr` at the end of it
41+
- Enter the FQDN, IP or `localhost` to your Riven instance, and then be sure to add `/api/v1/webhook/overseerr` at the end of it
4242
- Leave the rest of the settings default, however you'll want to enable these Notification types:
4343
- `Request Automatically Approved`
4444
- `Request Approved`
4545

4646
So that only approved requests will get sent from the webhook from Overseerr. Adjust this based on your needs. Any of the following examples might be correct depending on your setup.
4747

48-
- Example 1: `http://localhost:8080/webhook/overseerr`
49-
- Example 2: `http://riven:8080/webhook/overseerr`
48+
- Example 1: `http://localhost:8080/api/v1/webhook/overseerr`
49+
- Example 2: `http://riven:8080/api/v1/webhook/overseerr`
5050

5151
After all that's setup, you should be good to go. If you experience any issues, double check the ip/port you're using to access the backend of Riven is correct. The backend port of Riven is `8080` by default.
5252

0 commit comments

Comments
 (0)