[#1873] Fixes missing :offset pagination param support. Added pagination support for hashtags search.
This commit is contained in:
parent
d772361e62
commit
5237a2df9f
5 changed files with 48 additions and 13 deletions
|
|
@ -39,6 +39,12 @@ defmodule Pleroma.Web.ApiSpec.Helpers do
|
|||
:string,
|
||||
"Return the newest items newer than this ID"
|
||||
),
|
||||
Operation.parameter(
|
||||
:offset,
|
||||
:query,
|
||||
%Schema{type: :integer, default: 0},
|
||||
"Return items past this number of items"
|
||||
),
|
||||
Operation.parameter(
|
||||
:limit,
|
||||
:query,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue