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 @@ -9,6 +9,14 @@ servers:
99 description : local
1010
1111components :
12+ parameters :
13+ cursorAfter :
14+ in : query
15+ name : after
16+ required : false
17+ schema :
18+ type : string
19+ description : Used for cursor-based pagination, indicates that you want items with ID < after
1220 schemas :
1321 reference :
1422 type : string
7583 /accounts :
7684 get :
7785 summary : List accounts
86+ parameters :
87+ - $ref : " #/components/parameters/cursorAfter"
7888 responses :
7989 200 :
8090 description : The accounts list
@@ -99,6 +109,7 @@ paths:
99109 in : path
100110 schema :
101111 $ref : " #/components/schemas/reference"
112+ - $ref : " #/components/parameters/cursorAfter"
102113 responses :
103114 200 :
104115 description : The account object
@@ -140,6 +151,12 @@ paths:
140151 in : path
141152 schema :
142153 type : string
154+ - $ref : " #/components/parameters/cursorAfter"
155+ - required : false
156+ name : account
157+ in : query
158+ schema :
159+ type : string
143160 responses :
144161 200 :
145162 description : The transactions list
You can’t perform that action at this time.
0 commit comments