Update API.md (#443)

Adds "pinned" parameter in GET /api/v1/accounts/:id/statuses
This commit is contained in:
Thomas 2017-11-08 15:21:02 +01:00 committed by Eugen Rochko
parent 7c05a8eee5
commit 25205f4a42
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ Query parameters:
| Field | Description | Optional |
| ----------------- | ----------------------------------------------------------- | ---------- |
| `only_media` | Only return statuses that have media attachments | yes |
| `pinned` | Only return statuses that have been pinned | yes |
| `exclude_replies` | Skip statuses that reply to other statuses | yes |
| `max_id` | Get a list of statuses with ID less than this value | yes |
| `since_id` | Get a list of statuses with ID greater than this value | yes |