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