Paragraph breaks & missed word

dbkr/add_push_change_event_id
David Baker 9 years ago
parent 7e1cb9003c
commit 7faf2cf642

@ -22,12 +22,15 @@ paths:
In either case it may contain numeric counts of the number of unread In either case it may contain numeric counts of the number of unread
events of different types the user has. The counts may be sent along events of different types the user has. The counts may be sent along
with a notification about an event or by themselves. with a notification about an event or by themselves.
Notifications about a particular event will normally cause the user to be Notifications about a particular event will normally cause the user to be
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 idempotent and
require duplicate suppression. therefore do not 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
push gateway.* push gateway.*

Loading…
Cancel
Save