Make swagger valid
This commit is contained in:
parent
71cb646541
commit
7e1cb9003c
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@ paths:
|
||||||
alerted in some way. It is therefore necessary to perform duplicate
|
alerted in some way. It is therefore necessary to perform duplicate
|
||||||
suppression for such notifications using the `event_id` field to avoid
|
suppression for such notifications using the `event_id` field to avoid
|
||||||
retries of this HTTP API causing duplicate alerts. The operation of
|
retries of this HTTP API causing duplicate alerts. The operation of
|
||||||
updating counts of unread notifications should be and therefore do not
|
updating counts of unread notifications should be and therefore do not
|
||||||
require duplicate suppression.
|
require duplicate suppression.
|
||||||
*NB: Notifications are sent to the URL configured when the pusher is
|
*NB: Notifications are sent to the URL configured when the pusher is
|
||||||
created. This means that the HTTP path may be different depending on the
|
created. This means that the HTTP path may be different depending on the
|
||||||
|
@ -75,7 +75,6 @@ paths:
|
||||||
notification:
|
notification:
|
||||||
type: object
|
type: object
|
||||||
description: Information about the push notification
|
description: Information about the push notification
|
||||||
required: []
|
|
||||||
properties:
|
properties:
|
||||||
event_id:
|
event_id:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue