Merge branch 'fix/openapi-limit' into 'develop'
OpenAPI: Remove max pagination limit from the spec See merge request pleroma/pleroma!2457
This commit is contained in:
commit
4c0af1cb66
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ def pagination_params do
|
|||
Operation.parameter(
|
||||
:limit,
|
||||
:query,
|
||||
%Schema{type: :integer, default: 20, maximum: 40},
|
||||
"Limit"
|
||||
%Schema{type: :integer, default: 20},
|
||||
"Maximum number of items to return. Will be ignored if it's more than 40"
|
||||
)
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue