Apply @lanodan's suggestion
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9e6cf45906
commit
88412daf11
|
@ -517,9 +517,10 @@ def identity_proofs_operation do
|
||||||
def familiar_followers_operation do
|
def familiar_followers_operation do
|
||||||
%Operation{
|
%Operation{
|
||||||
tags: ["Retrieve account information"],
|
tags: ["Retrieve account information"],
|
||||||
summary: "Followers you know",
|
summary: "Followers that you follow",
|
||||||
operationId: "AccountController.relationships",
|
operationId: "AccountController.familiar_followers",
|
||||||
description: "Returns followers of given account you know.",
|
description:
|
||||||
|
"Obtain a list of all accounts that follow a given account, filtered for accounts you follow.",
|
||||||
security: [%{"oAuth" => ["read:follows"]}],
|
security: [%{"oAuth" => ["read:follows"]}],
|
||||||
parameters: [
|
parameters: [
|
||||||
Operation.parameter(
|
Operation.parameter(
|
||||||
|
|
Loading…
Reference in New Issue