Skip to content

Commit 8cd8acc

Browse files
committed
add additional missing paramters to swagger
1 parent 5641b92 commit 8cd8acc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

public/swagger.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,15 @@ paths:
17841784
required: false
17851785
schema:
17861786
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+
in: query
1794+
schema:
1795+
type: boolean
17871796
responses:
17881797
200:
17891798
description: OK
@@ -2654,6 +2663,15 @@ paths:
26542663
required: false
26552664
schema:
26562665
type: string
2666+
- name: limit
2667+
in: query
2668+
description: The number of collections returns, default as 12.
2669+
schema:
2670+
type: integer
2671+
- name: exact
2672+
in: query
2673+
schema:
2674+
type: boolean
26572675
responses:
26582676
200:
26592677
description: OK

0 commit comments

Comments
 (0)