From 7e1cb9003ccc0743311e7b54ec48dc5e52522f67 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 6 Apr 2016 18:41:15 +0100 Subject: [PATCH] Make swagger valid --- api/push-gateway/push_notifier.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/push-gateway/push_notifier.yaml b/api/push-gateway/push_notifier.yaml index 10c5c372d..c4cb7f729 100644 --- a/api/push-gateway/push_notifier.yaml +++ b/api/push-gateway/push_notifier.yaml @@ -26,7 +26,7 @@ paths: alerted in some way. It is therefore necessary to perform duplicate suppression for such notifications using the `event_id` field to avoid 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. *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 @@ -75,7 +75,6 @@ paths: notification: type: object description: Information about the push notification - required: [] properties: event_id: type: string