File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -1886,6 +1886,18 @@ paths:
18861886 search term or parameter.
18871887 operationId : listInstitutions
18881888 parameters :
1889+ - description : Specify current page.
1890+ example : 1
1891+ in : query
1892+ name : page
1893+ schema :
1894+ type : integer
1895+ - description : Specify records per page.
1896+ example : 10
1897+ in : query
1898+ name : records_per_page
1899+ schema :
1900+ type : integer
18891901 - description : This will list only institutions in which the appended string
18901902 appears.
18911903 example : chase
@@ -2500,6 +2512,18 @@ paths:
25002512 description : Use this endpoint to read the attributes of a specific user.
25012513 operationId : listDefaultCategories
25022514 parameters :
2515+ - description : Specify current page.
2516+ example : 1
2517+ in : query
2518+ name : page
2519+ schema :
2520+ type : integer
2521+ - description : Specify records per page.
2522+ example : 10
2523+ in : query
2524+ name : records_per_page
2525+ schema :
2526+ type : integer
25032527 - description : The unique id for a `user`.
25042528 example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
25052529 in : path
@@ -4503,6 +4527,18 @@ paths:
45034527 the create a tagging endpoint.
45044528 operationId : listTransactionsByTag
45054529 parameters :
4530+ - description : Specify current page.
4531+ example : 1
4532+ in : query
4533+ name : page
4534+ schema :
4535+ type : integer
4536+ - description : Specify records per page.
4537+ example : 10
4538+ in : query
4539+ name : records_per_page
4540+ schema :
4541+ type : integer
45064542 - description : The unique id for a `tag`.
45074543 example : TAG-aef36e72-6294-4c38-844d-e573e80aed52
45084544 in : path
You can’t perform that action at this time.
0 commit comments