We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's what I've been able to gather:
GET /api/v1/bookmarks
POST /api/v1/statuses/:id/bookmark
POST /api/v1/statuses/:id/unbookmark
GET /api/v1/timelines/direct
GET /api/v1/mutes/details
DELETE /api/v1/notifications/:id
DELETE /api/v1/notifications/destroy_multiple?ids[]=...
followers_count
max_toot_chars
poll_limits
replies_policy
bookmarked
local_only
content_type
The text was updated successfully, but these errors were encountered:
This is what POST /api/v1/notifications/:id/dismiss does in upstream.
POST /api/v1/notifications/:id/dismiss
Sorry, something went wrong.
Yeah, this is an alias
No branches or pull requests
Here's what I've been able to gather:
GET /api/v1/bookmarks
POST /api/v1/statuses/:id/bookmark
POST /api/v1/statuses/:id/unbookmark
GET /api/v1/timelines/direct
GET /api/v1/mutes/details
DELETE /api/v1/notifications/:id
DELETE /api/v1/notifications/destroy_multiple?ids[]=...
followers_count
can be -1 if counts are hiddenmax_toot_chars
(number) (would be nice to get the other max_* env variables here)poll_limits
(object)replies_policy
(string)bookmarked
(boolean)local_only
(boolean)content_type
(string)The text was updated successfully, but these errors were encountered: