1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

pass limit from ap/get to resolveCollectionItems

This commit is contained in:
Hazelnoot
2025-05-26 11:43:05 -04:00
parent 1ab5ceb65a
commit 3da3ce9a40
2 changed files with 3 additions and 1 deletions

View File

@@ -12919,6 +12919,7 @@ export type operations = {
'application/json': {
uri: string;
expandCollectionItems?: boolean;
expandCollectionLimit?: number | null;
allowAnonymous?: boolean;
};
};