From 1a526c2ecc9f65a7bb384e5aa458617e7d7ba5e8 Mon Sep 17 00:00:00 2001 From: TheCatLady Date: Fri, 26 Mar 2021 00:54:19 +0000 Subject: [PATCH] deploy: bec1d3dde834b9a50e24c5894c362e5982ff3bd5 --- overseerr-api.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overseerr-api.yml b/overseerr-api.yml index 9fe9975f0..fe73c21cc 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -2502,8 +2502,8 @@ paths: $ref: '#/components/schemas/PushbulletSettings' /settings/notifications/pushbullet/test: post: - summary: Test Pushover settings - description: Sends a test notification to the Pushover agent. + summary: Test Pushbullet settings + description: Sends a test notification to the Pushbullet agent. tags: - settings requestBody: @@ -2511,7 +2511,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PushoverSettings' + $ref: '#/components/schemas/PushbulletSettings' responses: '204': description: Test notification attempted @@ -2649,7 +2649,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SlackSettings' + $ref: '#/components/schemas/WebhookSettings' responses: '204': description: Test notification attempted