From 7576c4122f13719e691b711d361a45adf5f1386d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 28 May 2019 04:51:48 +0200 Subject: [PATCH] Update notifications.md to mention polls in push subscriptions --- content/en/api/rest/notifications.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/api/rest/notifications.md b/content/en/api/rest/notifications.md index bf9e6109..b1a67318 100644 --- a/content/en/api/rest/notifications.md +++ b/content/en/api/rest/notifications.md @@ -83,6 +83,7 @@ Returns [Push Subscription]({{< relref "entities.md#push-subscription" >}}) | `data[alerts][favourite]` | Boolean of whether you want to receive favourite notification event. | Optional | | `data[alerts][reblog]` | Boolean of whether you want to receive reblog notification event. | Optional | | `data[alerts][mention]` | Boolean of whether you want to receive mention notification event. | Optional | +| `data[alerts][poll]` | Boolean of whether you want to receive poll result notification event. | Optional | ## GET /api/v1/push/subscription @@ -110,6 +111,7 @@ Returns [Push Subscription]({{< relref "entities.md#push-subscription" >}}) | `data[alerts][favourite]` | Boolean of whether you want to receive favourite notification event. | Optional | | `data[alerts][reblog]` | Boolean of whether you want to receive reblog notification event. | Optional | | `data[alerts][mention]` | Boolean of whether you want to receive mention notification event. | Optional | +| `data[alerts][poll]` | Boolean of whether you want to receive poll result notification event. | Optional | ## DELETE /api/v1/push/subscription