mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
parent
c6e00afc7c
commit
e0f0d320f6
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue