From 7cf6355ba7e5a0c857a9354e5b5ea90eaf2ab111 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 20 May 2019 17:52:31 +0200 Subject: [PATCH] Update notifications.md to include `from_account` This PR is dependent on another PR getting merged: https://github.com/tootsuite/mastodon/pull/10796 . If that PR is not accepted, this can also be closed --- content/en/api/rest/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/api/rest/notifications.md b/content/en/api/rest/notifications.md index bf9e61096..8a1e06d9f 100644 --- a/content/en/api/rest/notifications.md +++ b/content/en/api/rest/notifications.md @@ -25,6 +25,7 @@ Returns array of [Notification]({{< relref "entities.md#notification" >}}) | `min_id` | Return results immediately newer than ID | Optional || | `limit` | Maximum number of results | Optional | 20 | | `exclude_types` | Array of types to exclude (e.g. `follow`, `favourite`, `reblog`, `mention`) | Optional || +| `from_account` | username@domain of user to include | Optional || ### Pagination