From 821a77830e7fda554d58294d7495bce9b7f61ff7 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Sat, 26 Jan 2019 11:42:59 -0800 Subject: [PATCH] account statuses API: document exclude_reblogs --- content/en/api/rest/accounts.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/content/en/api/rest/accounts.md b/content/en/api/rest/accounts.md index 9a0302f8..9ff50292 100644 --- a/content/en/api/rest/accounts.md +++ b/content/en/api/rest/accounts.md @@ -126,15 +126,16 @@ Returns array of [Status]({{< relref "entities.md#status" >}}) ### Parameters -|Name|Description|Required|Default| -|----|-----------|:------:|:-----:| -| `only_media` | Only return statuses that have media attachments | Optional |false| -| `pinned` | Only return statuses that have been pinned | Optional |false| -| `exclude_replies` | Skip statuses that reply to other statuses | Optional |false| -| `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 | +|Name|Description|Required|Default|Added in| +|----|-----------|:------:|:-----:|:------:| +| `only_media` | Only return statuses that have media attachments | Optional | false | | +| `pinned` | Only return statuses that have been pinned | Optional | false | | +| `exclude_replies` | Skip statuses that reply to other statuses | Optional | false | | +| `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_reblogs` | Skip statuses that are reblogs of other statuses | Optional | false | 2.7.0 | ### Pagination