From 11f95a5e43475d82b203b8b69f6c28bf4c769e26 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Sat, 6 Jun 2026 18:26:03 -0500 Subject: [PATCH 1/2] Add read and write collection scopes --- content/en/api/oauth-scopes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/api/oauth-scopes.md b/content/en/api/oauth-scopes.md index b7fb3909a..fa93e3069 100644 --- a/content/en/api/oauth-scopes.md +++ b/content/en/api/oauth-scopes.md @@ -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 @@ -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` | @@ -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` | From 48d770701005ab41d03b816eaddc25f1f013febb Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Sat, 6 Jun 2026 18:27:04 -0500 Subject: [PATCH 2/2] Space --- content/en/api/oauth-scopes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/api/oauth-scopes.md b/content/en/api/oauth-scopes.md index fa93e3069..edad4d323 100644 --- a/content/en/api/oauth-scopes.md +++ b/content/en/api/oauth-scopes.md @@ -121,7 +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:collections` | | | `read:favourites` | | | `read:filters` | | | `read:follows` | @@ -134,7 +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:collections` | | | `write:conversations` | | | `write:favourites` | | | `write:filters` |