From fbe5437b178cf27149c53a2e5034a296e0b388ee Mon Sep 17 00:00:00 2001 From: Rachael Wright-Munn Date: Thu, 12 Oct 2023 18:26:13 +0000 Subject: [PATCH] Update account/:id/statuses to reflect new exclude_sensitive parameter --- content/en/methods/accounts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 5e00972f..19353393 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -730,7 +730,8 @@ Statuses posted to the given account. 2.6.0 - add `min_id`\ 2.7.0 - add `exclude_reblogs` and allow unauthed use\ 2.8.0 - add `tagged` parameter\ -3.3.0 - both `min_id` and `max_id` can be used at the same time now +3.3.0 - both `min_id` and `max_id` can be used at the same time now\ +4.2.1 - add `exclude_sensitive` #### Request ##### Path parameters @@ -766,6 +767,9 @@ exclude_replies exclude_reblogs : Boolean. Filter out boosts from the response. +exclude_sensitive +: Boolean. Filter out statuses that have sensitive content. + pinned : Boolean. Filter for pinned statuses only. Defaults to false, which includes all statuses. Pinned statuses do not receive special priority in the order of the returned results.