Merge branch 'patch-1' into 'master'

Update notifications.md to include `from_account`

See merge request mastodon/docs!41
This commit is contained in:
Eugen Rochko 2019-06-11 16:45:37 +02:00
commit 2fe355ce83
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 ||
| `account_id` | Return only notifications sent from given account | Optional ||
### Pagination