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;
};
};