Add spec for AccountController.lists
[akkoma] / lib / pleroma / web / api_spec / operations / app_operation.ex
index 26d8dbd421a7331367ad73fca00587971ee44923..935215c644d09bf9d0a3b1bd8d3f70c1733f85c4 100644 (file)
@@ -51,11 +51,7 @@ defmodule Pleroma.Web.ApiSpec.AppOperation do
       summary: "Verify your app works",
       description: "Confirm that the app's OAuth2 credentials work.",
       operationId: "AppController.verify_credentials",
-      security: [
-        %{
-          "oAuth" => ["read"]
-        }
-      ],
+      security: [%{"oAuth" => ["read"]}],
       responses: %{
         200 =>
           Operation.response("App", "application/json", %Schema{