Improve API documentation

This commit is contained in:
Eugen Rochko 2018-10-06 01:28:20 +02:00
parent b2023264a2
commit 320d51a4d9
5 changed files with 32 additions and 17 deletions

View file

@ -22,6 +22,7 @@ Returns array of [Notification]({{< relref "entities.md#notification" >}})
|----|-----------|:------:|:-----:|
| `max_id` | Return results older than ID | Optional ||
| `since_id` | Return results newer than ID | Optional ||
| `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 ||