diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-13 21:58:18 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-13 21:58:18 +0400 |
commit | 6734abcbd448b92d57ec376b796fea1fad18b792 (patch) | |
tree | 0b143c6bac6208592494d42b4db93f387e3b055a /lib/pleroma/web/api_spec | |
parent | 33f4f39b1cf3a6d8ce350da194696b19ca6f3a05 (diff) | |
download | pleroma-6734abcbd448b92d57ec376b796fea1fad18b792.tar.gz |
Add pagination for Mutes
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 9cd516f05..4934b7788 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -335,6 +335,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do operationId: "AccountController.mutes", description: "Accounts the user has muted.", security: [%{"oAuth" => ["follow", "read:mutes"]}], + parameters: pagination_params(), responses: %{ 200 => Operation.response("Accounts", "application/json", array_of_accounts()) } |