diff options
author | Kirill Merionkov <merionkov@ya.ru> | 2019-02-17 21:10:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 21:10:52 +0300 |
commit | e17a9720008b221dacccd9b9e644dd24f3bc7316 (patch) | |
tree | 618badd6b7e82732733b165d0af04401bfd2c4e2 /rest | |
parent | 08488fa3bcf3822e1733486d6dab4942dfe0ef3a (diff) | |
download | pandora-apidoc-e17a9720008b221dacccd9b9e644dd24f3bc7316.tar.gz pandora-apidoc-e17a9720008b221dacccd9b9e644dd24f3bc7316.tar.bz2 pandora-apidoc-e17a9720008b221dacccd9b9e644dd24f3bc7316.zip |
Update stations.rst
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 + } |