Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/en/api/oauth-scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ If you do not specify `scope` in your authorization request, or `scopes` in your
- 3.5.0 - Deprecated `follow` scope in favour of granular scopes [#17678](https://github.com/mastodon/mastodon/pull/17678)
- 4.1.0 - Added admin scopes for blocks and allows [#20918](https://github.com/mastodon/mastodon/pull/20918)
- 4.3.0 - Added `profile` scope to obtain only information about the currently authenticated user [#29087](https://github.com/mastodon/mastodon/pull/29087), [#30357](https://github.com/mastodon/mastodon/pull/30357)' and removed (experimental) `crypto`[^crypto] scope
- 4.6.0 - Added `read:collection` and `write:collection` scopes [#37049](https://github.com/mastodon/mastodon/pull/37049)

## List of high-level scopes

Expand Down Expand Up @@ -120,6 +121,7 @@ It is recommended that you make use of granular scopes, unless you really need f
| | `read:accounts` |
| | `read:blocks` |
| | `read:bookmarks` |
| | `read:collections` |
| | `read:favourites` |
| | `read:filters` |
| | `read:follows` |
Expand All @@ -132,6 +134,7 @@ It is recommended that you make use of granular scopes, unless you really need f
| | `write:accounts` |
| | `write:blocks` |
| | `write:bookmarks` |
| | `write:collections` |
| | `write:conversations` |
| | `write:favourites` |
| | `write:filters` |
Expand Down