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
7785 /{ledger}/accounts :
7886 get :
7987 summary : List accounts
88+ parameters :
89+ - $ref : " #/components/parameters/cursorAfter"
8090 responses :
8191 200 :
8292 description : The accounts list
@@ -113,6 +123,7 @@ paths:
113123 in : path
114124 schema :
115125 $ref : " #/components/schemas/reference"
126+ - $ref : " #/components/parameters/cursorAfter"
116127 responses :
117128 200 :
118129 description : The account object
@@ -154,6 +165,12 @@ paths:
154165 in : path
155166 schema :
156167 type : string
168+ - $ref : " #/components/parameters/cursorAfter"
169+ - required : false
170+ name : account
171+ in : query
172+ schema :
173+ type : string
157174 responses :
158175 200 :
159176 description : The transactions list
You can’t perform that action at this time.
0 commit comments