diff options
author | 2023-10-04 20:19:24 +0800 | |
---|---|---|
committer | 2023-10-04 14:19:24 +0200 | |
commit | e0f0d320f6d8e005058f7d491d0b81e06649569b (patch) | |
tree | 2bd53917c2e03d584db40cbf5ce7b2e6593aa137 /internal/api/client/accounts/statuses.go | |
parent | [feature] tentatively start adding polls support (#2249) (diff) | |
download | gotosocial-e0f0d320f6d8e005058f7d491d0b81e06649569b.tar.xz |
[docs] statuses-query-pinned #2250 (#2251)
Diffstat (limited to 'internal/api/client/accounts/statuses.go')
-rw-r--r-- | internal/api/client/accounts/statuses.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/accounts/statuses.go b/internal/api/client/accounts/statuses.go index 86a6d63cf..867788501 100644 --- a/internal/api/client/accounts/statuses.go +++ b/internal/api/client/accounts/statuses.go @@ -86,7 +86,7 @@ import ( // in: query // required: false // - -// name: pinned_only +// name: pinned // type: boolean // description: Show only pinned statuses. In other words, exclude statuses that are not pinned to the given account ID. // default: false |