We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5641b92 commit 8cd8accCopy full SHA for 8cd8acc
public/swagger.yml
@@ -1784,6 +1784,15 @@ paths:
1784
required: false
1785
schema:
1786
type: string
1787
+ - name: limit
1788
+ in: query
1789
+ description: The number of collections returns, default as 12.
1790
+ schema:
1791
+ type: integer
1792
+ - name: exact
1793
1794
1795
+ type: boolean
1796
responses:
1797
200:
1798
description: OK
@@ -2654,6 +2663,15 @@ paths:
2654
2663
2655
2664
2656
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2657
2675
2658
2676
2659
2677
0 commit comments