Update account/:id/statuses to reflect new exclude_sensitive parameter

This commit is contained in:
Rachael Wright-Munn 2023-10-12 18:26:13 +00:00
parent 0f9fa614eb
commit fbe5437b17
1 changed files with 5 additions and 1 deletions

View File

@ -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.