diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:08:31 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-04-20 21:08:31 +0000 |
commit | f9bedf5597dd00ce4f429a4077e7bb4473c97410 (patch) | |
tree | 38a2c5b21d198a643c3c00a27b9b532f1123706e /lib | |
parent | 42185d87504ea595138e8e3f5bf9ce6840edd2f1 (diff) | |
download | pleroma-f9bedf5597dd00ce4f429a4077e7bb4473c97410.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 6e6d330de..0cafbc719 100644 --- a/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex +++ b/lib/pleroma/web/api_spec/operations/twitter_util_operation.ex @@ -195,7 +195,7 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do def healthcheck_operation do %Operation{ tags: ["Accounts"], - summary: "Disable Account", + summary: "Quick status check on the instance", security: [%{"oAuth" => ["write:accounts"]}], operationId: "UtilController.healthcheck", parameters: [], |