-
-
Notifications
You must be signed in to change notification settings - Fork 989
Add API Versions page #1631
New issue
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
base: main
Are you sure you want to change the base?
Add API Versions page #1631
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently many of the features listed do not have actual documentation written for them yet
I really don't think this is accurate, see the inline comments.
|
||
### Version 2 | ||
|
||
- Grouped notifications API: https://github.com/mastodon/mastodon/pull/31840 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is documented in content/en/methods/grouped_notifications.md
|
||
### Version 3 | ||
|
||
- API for updating attribution domains: https://github.com/mastodon/mastodon/pull/32730 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is documented in content/en/methods/accounts.md
and content/en/entities/Account.md
|
||
### Version 4 | ||
|
||
- Media deletion methods: https://github.com/mastodon/mastodon/pull/34035 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mastodon/mastodon#33988 is documented in content/en/methods/statuses.md
, mastodon/mastodon#33991 is undocumented. Can you document the latter?
- `blur` filter for media attachments: | ||
https://github.com/mastodon/mastodon/pull/34256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is documented in content/en/entities/Filter.md
and content/en/methods/filters.md
Yes, that sounds reasonable |
Currently many of the features listed do not have actual documentation written for them yet, so I've gone with linking to the PRs instead, which is the same as what @cheeaun had.