From 5ef27f775c20a86ad83474b249448a32d4cf221c Mon Sep 17 00:00:00 2001 From: danshilm Date: Sun, 15 Oct 2023 19:05:56 +0000 Subject: [PATCH] deploy: 3ea5076053359b518b1b4d537e7b61580d9275a3 --- overseerr-api.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/overseerr-api.yml b/overseerr-api.yml index f3a1cc74b..6e8f58964 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -1273,6 +1273,8 @@ components: type: string userToken: type: string + sound: + type: string GotifySettings: type: object properties: @@ -1708,6 +1710,9 @@ components: pushoverUserKey: type: string nullable: true + pushoverSound: + type: string + nullable: true telegramEnabled: type: boolean telegramBotUsername: @@ -2861,6 +2866,33 @@ paths: responses: '204': description: Test notification attempted + /settings/notifications/pushover/sounds: + get: + summary: Get Pushover sounds + description: Returns valid Pushover sound options in a JSON array. + tags: + - settings + parameters: + - in: query + name: token + required: true + schema: + type: string + nullable: false + responses: + '200': + description: Returned Pushover settings + content: + application/json: + schema: + type: array + items: + type: object + properties: + name: + type: string + description: + type: string /settings/notifications/gotify: get: summary: Get Gotify notification settings