diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:39 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:39 +0000 |
commit | e104829c2f5b3eae9133ea1a6a81d138c3a8e314 (patch) | |
tree | 98ff51e6078aeba9e56442ec3d64f7d1e40525a6 /lib | |
parent | 30b1d5093808974310a52917e6ab85d528683fae (diff) | |
download | pleroma-e104829c2f5b3eae9133ea1a6a81d138c3a8e314.tar.gz |
Apply lanodan's suggestion(s) to 1 file(s)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/twitter_util_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex index 6ddc93a92..dbed1b518 100644 --- 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", |