forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex
This commit is contained in:
parent
a794ba655f
commit
bfa26b0937
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def statuses_operation do
|
|||
"Exclude visibilities"
|
||||
),
|
||||
Operation.parameter(:max_id, :query, :string, "Max ID"),
|
||||
Operation.parameter(:min_id, :query, :string, "Mix 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(
|
||||
:limit,
|
||||
|
|
Loading…
Reference in a new issue