Skip to content

Commit

Permalink
fix(overseerr-api.yml): fixed pushbullet & webhook API definition ref…
Browse files Browse the repository at this point in the history
…s and descriptions (#1288) [skip ci]
  • Loading branch information
JagandeepBrar committed Mar 25, 2021
1 parent 16a611b commit 3b003b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overseerr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2502,16 +2502,16 @@ 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:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/PushoverSettings'
$ref: '#/components/schemas/PushbulletSettings'
responses:
'204':
description: Test notification attempted
Expand Down Expand Up @@ -2649,7 +2649,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/SlackSettings'
$ref: '#/components/schemas/WebhookSettings'
responses:
'204':
description: Test notification attempted
Expand Down

1 comment on commit 3b003b7

@dynamatikzgr

This comment was marked as spam.

Please sign in to comment.