diff options
Diffstat (limited to 'rest')
-rw-r--r-- | rest/stations.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rest/stations.rst b/rest/stations.rst index 906978b..5b110f2 100644 --- a/rest/stations.rst +++ b/rest/stations.rst @@ -16,7 +16,8 @@ Request .. code:: json { - "pageSize": 250 + "pageSize": 250, + "startIndex": 10 } Response @@ -660,4 +661,4 @@ Response ] } ] - }
\ No newline at end of file + } |