Merge pull request 'Move remote user interaction changelog entry to correct version...
[akkoma] / lib / pleroma / web / pleroma_api / controllers / backup_controller.ex
index fc5d16771fa0e122c46880db1258fa03e043e921..88f38a9118a541fb9b6dbf735d4f7dd8f43f4ea6 100644 (file)
@@ -9,7 +9,7 @@ defmodule Pleroma.Web.PleromaAPI.BackupController do
   alias Pleroma.Web.Plugs.OAuthScopesPlug
 
   action_fallback(Pleroma.Web.MastodonAPI.FallbackController)
-  plug(OAuthScopesPlug, %{scopes: ["read:accounts"]} when action in [:index, :create])
+  plug(OAuthScopesPlug, %{scopes: ["read:backups"]} when action in [:index, :create])
   plug(Pleroma.Web.ApiSpec.CastAndValidate)
 
   defdelegate open_api_operation(action), to: Pleroma.Web.ApiSpec.PleromaBackupOperation