summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pleroma/web/api_spec/operations/account_operation.ex7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex
index 244f18dc7..85f02166f 100644
--- a/lib/pleroma/web/api_spec/operations/account_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/account_operation.ex
@@ -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(