File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments