Skip to content

Commit 4deb244

Browse files
committed
feat: add getCollectionsParameters
1 parent 48b748d commit 4deb244

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

openapi.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,23 @@ paths:
9999
returned sorted by creation date, with the most recent collections appearing
100100
first.
101101
operationId: getCollections
102+
parameters:
103+
- name: getCollectionsParameters
104+
in: query
105+
schema:
106+
type: object
107+
properties:
108+
exclude_fields:
109+
description: Comma-separated list of fields from the collection to exclude from the response
110+
type: string
111+
limit:
112+
description: >
113+
Number of collections to fetch.
114+
Default: returns all collections.
115+
type: integer
116+
offset:
117+
description: Identifies the starting point to return collections when paginating.
118+
type: integer
102119
responses:
103120
'200':
104121
description: List of all collections

0 commit comments

Comments
 (0)