diff options
author | lain <lain@soykaf.club> | 2020-05-14 09:09:11 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-14 09:09:11 +0000 |
commit | 359d7b0a6d41df8b42c1c495a5b97420c4a943a7 (patch) | |
tree | 0ccc62489be69b9b1f1de8dcfe9d803cd1f90bbe /lib/pleroma/web/api_spec | |
parent | 1c2629328de05b53412b52cf16de6bc0059acee9 (diff) | |
download | pleroma-359d7b0a6d41df8b42c1c495a5b97420c4a943a7.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex index 9280d5d81..435991037 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex @@ -119,7 +119,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaAccountOperation do def unsubscribe_operation do %Operation{ tags: ["Accounts"], - summary: "Unsubscribe to stop receiving notifications from user statuses¶", + summary: "Unsubscribe to stop receiving notifications from user statuses", operationId: "PleromaAPI.AccountController.unsubscribe", parameters: [id_param()], security: [%{"oAuth" => ["follow", "write:follows"]}], |