projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c26293
)
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
author
lain
<lain@soykaf.club>
Thu, 14 May 2020 09:09:11 +0000
(09:09 +0000)
committer
lain
<lain@soykaf.club>
Thu, 14 May 2020 09:09:11 +0000
(09:09 +0000)
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
patch
|
blob
|
history
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 9280d5d81445439c13cd8bfdb7332c9c2b81d02e..435991037fd23f6d10370d7b84aab852554c802d 100644
(file)
--- 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"]}],