aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/operations/status_operation.ex
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-06-14 22:36:52 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-06-14 22:36:52 +0300
commite1dc36afe0fc2ab96e23c1b0c2fa78465d2f9e0f (patch)
tree8c29db2e9bb128f9316c62892a533be114e238b4 /lib/pleroma/web/api_spec/operations/status_operation.ex
parent0ab69da1f25d93b0f2e1827ad044b2f1bf6a1cf2 (diff)
parent271ea5068f4e3b901cb3f682e132378246daf452 (diff)
downloadpleroma-e1dc36afe0fc2ab96e23c1b0c2fa78465d2f9e0f.tar.gz
Merge branch 'develop' into refactor/fe-bundles
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/status_operation.ex')
-rw-r--r--lib/pleroma/web/api_spec/operations/status_operation.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex
index ca9db01e5..0b7fad793 100644
--- a/lib/pleroma/web/api_spec/operations/status_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/status_operation.ex
@@ -333,7 +333,8 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
%Operation{
tags: ["Statuses"],
summary: "Favourited statuses",
- description: "Statuses the user has favourited",
+ description:
+ "Statuses the user has favourited. Please note that you have to use the link headers to paginate this. You can not build the query parameters yourself.",
operationId: "StatusController.favourites",
parameters: pagination_params(),
security: [%{"oAuth" => ["read:favourites"]}],