forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex
This commit is contained in:
parent
81a4c15816
commit
5a2e45a218
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def statuses_operation do
|
||||||
),
|
),
|
||||||
Operation.parameter(:max_id, :query, :string, "Return statuses older than this 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(:min_id, :query, :string, "Return the oldest statuses newer than this id. "),
|
||||||
Operation.parameter(:since_id, :query, :string, "Since ID"),
|
Operation.parameter(:since_id, :query, :string, "Return the newest statuses newer than this id. "),
|
||||||
Operation.parameter(
|
Operation.parameter(
|
||||||
:limit,
|
:limit,
|
||||||
:query,
|
:query,
|
||||||
|
|
Loading…
Reference in a new issue