Archived
2

changed last-id behaviour to from-id

This commit is contained in:
VLE2FE
2020-06-25 11:59:36 +02:00
parent cd2962e186
commit 4dad680edf
4 changed files with 20 additions and 19 deletions

View File

@ -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