diff options
author | minibikini <egor@kislitsyn.com> | 2020-04-15 10:48:52 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-04-15 10:48:52 +0000 |
commit | 81a4c15816bf4fbe3e70ba1d34adff5dfaee1cbc (patch) | |
tree | ae8ef59d7706b3dcd352216a536f05e2e39099ff /lib | |
parent | a45bd91d4e79ed354ab3903b195cf74e4327d4d0 (diff) | |
download | pleroma-81a4c15816bf4fbe3e70ba1d34adff5dfaee1cbc.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 31dfbb098..dee28d1aa 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -128,7 +128,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do %Schema{type: :array, items: VisibilityScope}, "Exclude visibilities" ), - Operation.parameter(:max_id, :query, :string, "Max ID"), + Operation.parameter(:max_id, :query, :string, "Return statuses older than this id"), Operation.parameter(:min_id, :query, :string, "Return the oldest statuses newer than this id. "), Operation.parameter(:since_id, :query, :string, "Since ID"), Operation.parameter( |