Update API.md (#443)
Adds "pinned" parameter in GET /api/v1/accounts/:id/statuses
This commit is contained in:
parent
7c05a8eee5
commit
25205f4a42
|
@ -136,6 +136,7 @@ Query parameters:
|
||||||
| Field | Description | Optional |
|
| Field | Description | Optional |
|
||||||
| ----------------- | ----------------------------------------------------------- | ---------- |
|
| ----------------- | ----------------------------------------------------------- | ---------- |
|
||||||
| `only_media` | Only return statuses that have media attachments | yes |
|
| `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 |
|
| `exclude_replies` | Skip statuses that reply to other statuses | yes |
|
||||||
| `max_id` | Get a list of statuses with ID less than this value | 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 |
|
| `since_id` | Get a list of statuses with ID greater than this value | yes |
|
||||||
|
|
Loading…
Reference in New Issue