forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
This commit is contained in:
parent
1c2629328d
commit
359d7b0a6d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ def subscribe_operation do
|
||||||
def unsubscribe_operation do
|
def unsubscribe_operation do
|
||||||
%Operation{
|
%Operation{
|
||||||
tags: ["Accounts"],
|
tags: ["Accounts"],
|
||||||
summary: "Unsubscribe to stop receiving notifications from user statuses¶",
|
summary: "Unsubscribe to stop receiving notifications from user statuses",
|
||||||
operationId: "PleromaAPI.AccountController.unsubscribe",
|
operationId: "PleromaAPI.AccountController.unsubscribe",
|
||||||
parameters: [id_param()],
|
parameters: [id_param()],
|
||||||
security: [%{"oAuth" => ["follow", "write:follows"]}],
|
security: [%{"oAuth" => ["follow", "write:follows"]}],
|
||||||
|
|
Loading…
Reference in a new issue