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
This commit is contained in:
Paul 2019-05-20 17:52:31 +02:00
parent fc3a976a04
commit 7cf6355ba7
1 changed files with 1 additions and 0 deletions

View File

@ -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