mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(dashboard): Add limit range to items v1 API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
e1ecf798d9
commit
310832ade9
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ class DashboardApiController extends OCSController {
|
|||
*
|
||||
* @param array<string, string> $sinceIds Array indexed by widget Ids, contains date/id from which we want the new items
|
||||
* @param int $limit Limit number of result items per widget
|
||||
* @psalm-param int<1, 30> $limit
|
||||
* @param string[] $widgets Limit results to specific widgets
|
||||
* @return DataResponse<Http::STATUS_OK, array<string, DashboardWidgetItem[]>, array{}>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue