Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex
This commit is contained in:
parent
81a4c15816
commit
5a2e45a218
|
@ -130,7 +130,7 @@ def statuses_operation do
|
|||
),
|
||||
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(:since_id, :query, :string, "Return the newest statuses newer than this id. "),
|
||||
Operation.parameter(
|
||||
:limit,
|
||||
:query,
|
||||
|
|
Loading…
Reference in New Issue