changed last-id behaviour to from-id
This commit is contained in:
@ -12,14 +12,14 @@
|
||||
schema:
|
||||
type: string
|
||||
example: all
|
||||
- name: last-id
|
||||
description: last id of current page, if not given the results are displayed from start
|
||||
- name: from-id
|
||||
description: first id of the requested page, if not given the results are displayed from start
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
example: 5ea0450ed851c30a90e70894
|
||||
- name: to-page
|
||||
description: relative change of pages, use negative values to get back, defaults to 0 (if last-id is given, the sample after is the first of the result, so the next page is selected automatically), works only together with page-size
|
||||
description: relative change of pages, use negative values to get back, defaults to 0, works only together with page-size
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
|
Reference in New Issue
Block a user