From ec4d905bd9a879a35236b24890ea4d2bde9ff1cd Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 19 Jun 2025 14:32:10 +0200 Subject: [PATCH] Fix authorization typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 635f976..052d08e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Notifications depend on [Apprise](https://github.com/caronc/apprise) or [Gotify] 1. On AudioBookRequest, head to `Settings>Notifications`. 2. Add the Apprise URL or the path to your gotify instance with `/message` appended, i.e.: `http://gotify:8080/message`. -3. For gofity, add the API key as a header: `{"Authentication": "Bearer "}`. +3. For gofity, add the API key as a header: `{"Authorization": "Bearer "}`. 4. Configure the remaining settings. **The event variables are case sensitive**. 5. `Additional POST fields` allow you to add extra values that are sent along in the POST request to the notification service. This allows for changing the priority for gotify notifications or changing the look of apprise notifications. **Event variables also work in keys and values!**