mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-14 04:52:17 +00:00
Apply @lanodan's suggestion
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9e6cf45906
commit
88412daf11
1 changed files with 4 additions and 3 deletions
|
@ -517,9 +517,10 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
|
|||
def familiar_followers_operation do
|
||||
%Operation{
|
||||
tags: ["Retrieve account information"],
|
||||
summary: "Followers you know",
|
||||
operationId: "AccountController.relationships",
|
||||
description: "Returns followers of given account you know.",
|
||||
summary: "Followers that you follow",
|
||||
operationId: "AccountController.familiar_followers",
|
||||
description:
|
||||
"Obtain a list of all accounts that follow a given account, filtered for accounts you follow.",
|
||||
security: [%{"oAuth" => ["read:follows"]}],
|
||||
parameters: [
|
||||
Operation.parameter(
|
||||
|
|
Loading…
Reference in a new issue