More explicit wording for `pinned` param default (#1259)
* More explicit wording for `pinned` param default * Clarify pinned status ordering in returned results
This commit is contained in:
parent
b29a9e77f9
commit
f1de8ba240
|
@ -767,7 +767,7 @@ exclude_reblogs
|
|||
: Boolean. Filter out boosts from the response.
|
||||
|
||||
pinned
|
||||
: Boolean. Filter for pinned statuses only.
|
||||
: 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.
|
||||
|
||||
tagged
|
||||
: String. Filter for statuses using a specific hashtag.
|
||||
|
|
Loading…
Reference in New Issue