diff options
author | minibikini <egor@kislitsyn.com> | 2020-04-15 10:48:32 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-04-15 10:48:32 +0000 |
commit | a45bd91d4e79ed354ab3903b195cf74e4327d4d0 (patch) | |
tree | cd35729b3ae6457c796e3bea4083f8c1ad771673 /lib | |
parent | bfa26b09370ee049f8d70c4112709f2666c590d1 (diff) | |
download | pleroma-a45bd91d4e79ed354ab3903b195cf74e4327d4d0.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 7d4f7586d..31dfbb098 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -116,7 +116,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do "Statuses posted to the given account. Public (for public statuses only), or user token + `read:statuses` (for private statuses the user is authorized to see)", parameters: [ %Reference{"$ref": "#/components/parameters/accountIdOrNickname"}, - Operation.parameter(:pinned, :query, BooleanLike, "Pinned"), + Operation.parameter(:pinned, :query, BooleanLike, "Include only pinned statuses"), Operation.parameter(:tagged, :query, :string, "With tag"), Operation.parameter(:only_media, :query, BooleanLike, "Include only statuses with media attached"), Operation.parameter(:with_muted, :query, BooleanLike, "Include statuses from muted acccounts."), |