mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-18 05:06:15 +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
|
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 a new issue