From 62d9c695efe796b161e9932fa37c1e567d60fd59 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:40:53 -0400 Subject: [PATCH] fix README --- overseerr/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/overseerr/README.md b/overseerr/README.md index 391cd80..ce07cf2 100644 --- a/overseerr/README.md +++ b/overseerr/README.md @@ -34,9 +34,13 @@ Before using the cog, you'll need to configure it: 1. Set the Overseerr URL and API key: ``` - [p]setoverseerr https://your.overseerr.instance/api/v3 your_api_key + [p]setoverseerr url https://your.overseerr.instance ``` -2. Set the admin role allowed to approve requests: +2. Set the Overseerr API key: + ``` + [p]setoverseerr api_key your_api_key + ``` +4. Set the admin role allowed to approve requests: ``` [p]setadminrole @OverseerrAdmins ```