File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1858,14 +1858,20 @@ paths:
18581858 parameters :
18591859 - name : use_cursor
18601860 in : query
1861+ description : A flag to indicate if cursor based pagination should be used
18611862 schema :
18621863 type : boolean
1864+ example : true
18631865 - name : next
18641866 in : query
1867+ description : |
1868+ An alphanumeric value returned for every cursor based retrieval, used to retrieve the next set of data
18651869 schema :
18661870 type : string
18671871 - name : previous
18681872 in : query
1873+ description : |
1874+ An alphanumeric value returned for every cursor based retrieval, used to retrieve the previous set of data
18691875 schema :
18701876 type : string
18711877 responses :
Original file line number Diff line number Diff line change 3131 parameters :
3232 - name : use_cursor
3333 in : query
34+ description : A flag to indicate if cursor based pagination should be used
3435 schema :
3536 type : boolean
37+ example : true
3638 - name : next
3739 in : query
40+ description : >
41+ An alphanumeric value returned for every cursor based retrieval, used to
42+ retrieve the next set of data
3843 schema :
3944 type : string
4045 - name : previous
4146 in : query
47+ description : >
48+ An alphanumeric value returned for every cursor based retrieval, used to
49+ retrieve the previous set of data
4250 schema :
4351 type : string
4452 responses :
You can’t perform that action at this time.
0 commit comments