[docs] statuses-query-pinned #2250 (#2251)

This commit is contained in:
恐咖兵糖 2023-10-04 20:19:24 +08:00 committed by GitHub
parent c6e00afc7c
commit e0f0d320f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3305,7 +3305,7 @@ paths:
- default: false - default: false
description: Show only pinned statuses. In other words, exclude statuses that are not pinned to the given account ID. description: Show only pinned statuses. In other words, exclude statuses that are not pinned to the given account ID.
in: query in: query
name: pinned_only name: pinned
type: boolean type: boolean
- default: false - default: false
description: Show only statuses with media attachments. description: Show only statuses with media attachments.

View file

@ -86,7 +86,7 @@
// in: query // in: query
// required: false // required: false
// - // -
// name: pinned_only // name: pinned
// type: boolean // type: boolean
// description: Show only pinned statuses. In other words, exclude statuses that are not pinned to the given account ID. // description: Show only pinned statuses. In other words, exclude statuses that are not pinned to the given account ID.
// default: false // default: false