mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Change parameter name to account_id
This commit is contained in:
parent
7cf6355ba7
commit
04768e73ee
@ -25,7 +25,7 @@ Returns array of [Notification]({{< relref "entities.md#notification" >}})
|
|||||||
| `min_id` | Return results immediately newer than ID | Optional ||
|
| `min_id` | Return results immediately newer than ID | Optional ||
|
||||||
| `limit` | Maximum number of results | Optional | 20 |
|
| `limit` | Maximum number of results | Optional | 20 |
|
||||||
| `exclude_types` | Array of types to exclude (e.g. `follow`, `favourite`, `reblog`, `mention`) | Optional ||
|
| `exclude_types` | Array of types to exclude (e.g. `follow`, `favourite`, `reblog`, `mention`) | Optional ||
|
||||||
| `from_account` | username@domain of user to include | Optional ||
|
| `account_id` | account id of user to include | Optional ||
|
||||||
|
|
||||||
### Pagination
|
### Pagination
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user