diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:45 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:06:45 +0000 |
commit | 42185d87504ea595138e8e3f5bf9ce6840edd2f1 (patch) | |
tree | ee1c39e886b49f84aaab9e7d2c37037eedf80fc0 | |
parent | e104829c2f5b3eae9133ea1a6a81d138c3a8e314 (diff) | |
download | pleroma-42185d87504ea595138e8e3f5bf9ce6840edd2f1.tar.gz pleroma-42185d87504ea595138e8e3f5bf9ce6840edd2f1.zip |
Apply lanodan's suggestion(s) to 1 file(s)
-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 dbed1b518..6e6d330de 100644 --- a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex +++ b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex @@ -163,7 +163,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do def delete_account_operation do %Operation{ - tags: ["Accounts"], + tags: ["Account credentials"], summary: "Delete Account", security: [%{"oAuth" => ["write:accounts"]}], operationId: "UtilController.delete_account", |