diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-01-26 17:55:43 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-02-01 14:11:12 +0300 |
commit | ba512cbea42fc0a628d74d5680f0b34c3b1f1b5f (patch) | |
tree | 8e43e94b6edc7da629a9961704133a7e9deddc7b /lib/pleroma | |
parent | 77f0a0af7df3ad4cf566a8c68560a09ba6a50cd5 (diff) | |
download | pleroma-ba512cbea42fc0a628d74d5680f0b34c3b1f1b5f.tar.gz |
`/api/v1/accounts/:id/statuses` docs update
Diffstat (limited to 'lib/pleroma')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 80acee2f7..a301ce090 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -130,7 +130,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do :with_muted, :query, BooleanLike, - "Include statuses from muted acccounts." + "Include statuses from muted accounts." ), Operation.parameter(:exclude_reblogs, :query, BooleanLike, "Exclude reblogs"), Operation.parameter(:exclude_replies, :query, BooleanLike, "Exclude replies"), @@ -144,7 +144,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do :with_muted, :query, BooleanLike, - "Include reactions from muted acccounts." + "Include reactions from muted accounts." ) ] ++ pagination_params(), responses: %{ |