diff options
author | rinpatch <rin@patch.cx> | 2021-04-16 09:59:50 +0000 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2021-04-16 09:59:50 +0000 |
commit | c6dcd863e28531e0d21ee64a8387bd27c2c0ed31 (patch) | |
tree | 4a40272a236ec9675ab93e308e49201558ea5927 | |
parent | 55bdfb075c1cc5226948e3ff9d39fdae27aa9257 (diff) | |
download | pleroma-c6dcd863e28531e0d21ee64a8387bd27c2c0ed31.tar.gz |
Apply rinpatch'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 62c9826f6..decb6572a 100644 --- a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex +++ b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex @@ -59,7 +59,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do def change_password_operation do %Operation{ - tags: ["Accounts"], + tags: ["Account credentials"], summary: "Change account password", security: [%{"oAuth" => ["write:accounts"]}], operationId: "UtilController.change_password", |