logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e104829c2f5b3eae9133ea1a6a81d138c3a8e314
parent 30b1d5093808974310a52917e6ab85d528683fae
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Tue, 20 Apr 2021 21:06:39 +0000

Apply lanodan's suggestion(s) to 1 file(s)

Diffstat:

Mlib/pleroma/web/api_spec/operations/twitter_util_operation.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex @@ -143,7 +143,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do def disable_account_operation do %Operation{ - tags: ["Accounts"], + tags: ["Account credentials"], summary: "Disable Account", security: [%{"oAuth" => ["write:accounts"]}], operationId: "UtilController.disable_account",