fix(overseerr-api.yml): fixed pushbullet & webhook API definition refs and descriptions (#1288) [skip ci]
This commit is contained in:
@@ -2502,8 +2502,8 @@ paths:
|
|||||||
$ref: '#/components/schemas/PushbulletSettings'
|
$ref: '#/components/schemas/PushbulletSettings'
|
||||||
/settings/notifications/pushbullet/test:
|
/settings/notifications/pushbullet/test:
|
||||||
post:
|
post:
|
||||||
summary: Test Pushover settings
|
summary: Test Pushbullet settings
|
||||||
description: Sends a test notification to the Pushover agent.
|
description: Sends a test notification to the Pushbullet agent.
|
||||||
tags:
|
tags:
|
||||||
- settings
|
- settings
|
||||||
requestBody:
|
requestBody:
|
||||||
@@ -2511,7 +2511,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/PushoverSettings'
|
$ref: '#/components/schemas/PushbulletSettings'
|
||||||
responses:
|
responses:
|
||||||
'204':
|
'204':
|
||||||
description: Test notification attempted
|
description: Test notification attempted
|
||||||
@@ -2649,7 +2649,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/SlackSettings'
|
$ref: '#/components/schemas/WebhookSettings'
|
||||||
responses:
|
responses:
|
||||||
'204':
|
'204':
|
||||||
description: Test notification attempted
|
description: Test notification attempted
|
||||||
|
|||||||
Reference in New Issue
Block a user