-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Here's what I've been able to gather:
- new OAuth2 scopes:
- read:bookmarks
- write:bookmarks
- new endpoints:
GET /api/v1/bookmarksPOST /api/v1/statuses/:id/bookmarkPOST /api/v1/statuses/:id/unbookmarkGET /api/v1/timelines/directGET /api/v1/mutes/detailsDELETE /api/v1/notifications/:idDELETE /api/v1/notifications/destroy_multiple?ids[]=...
- changes:
- Account:
followers_countcan be -1 if counts are hidden - Instance: add fields:
max_toot_chars(number) (would be nice to get the other max_* env variables here)poll_limits(object)
- List: add field:
replies_policy(string)
- Status: add optional fields:
bookmarked(boolean)local_only(boolean)content_type(string)
- Account:
Metadata
Metadata
Assignees
Labels
No labels