Skip to content

Commit c48a9f2

Browse files
fix(document-api): restore bookmarks.list pagination bounds in schema
1 parent 66408de commit c48a9f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/document-api/src/contract/schemas.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,8 +6706,7 @@ const operationSchemas: Record<OperationId, OperationSchemaSet> = {
67066706
// -------------------------------------------------------------------------
67076707
'bookmarks.list': {
67086708
input: objectSchema({
6709-
limit: { type: 'integer' },
6710-
offset: { type: 'integer' },
6709+
...((refListQuerySchema.properties as Record<string, JsonSchema>) ?? {}),
67116710
in: storyLocatorSchema,
67126711
}),
67136712
output: discoveryOutputSchema,

0 commit comments

Comments
 (0)