Apply @lanodan's suggestion

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
Haelwenn 2024-04-12 09:15:06 +00:00 committed by marcin mikołajczak
parent 9e6cf45906
commit 88412daf11

View file

@ -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(