diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-30 00:49:59 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-04-30 00:49:59 +0300 |
commit | 8cf3a32463856f91a4e64a5cd33b5538b67c25c9 (patch) | |
tree | f8c2d715d606bac336a501a380cb0f9ebd5399e9 | |
parent | 58fded9858edbeb318dc011cb313e82a86fbafcb (diff) | |
download | pleroma-8cf3a32463856f91a4e64a5cd33b5538b67c25c9.tar.gz pleroma-8cf3a32463856f91a4e64a5cd33b5538b67c25c9.zip |
Add exlude_replies to OpenAPI spec for account timelines
-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 64e2e43c4..d3e8bd484 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -131,6 +131,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do "Include statuses from muted acccounts." ), Operation.parameter(:exclude_reblogs, :query, BooleanLike, "Exclude reblogs"), + Operation.parameter(:exclude_replies, :query, BooleanLike, "Exclude replies"), Operation.parameter( :exclude_visibilities, :query, |