diff options
author | jcass <john.cass77@gmail.com> | 2016-06-02 08:25:33 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2016-06-02 08:27:57 +0200 |
commit | c7091c96f940f7e203ed76cf9fbe7764e9570d19 (patch) | |
tree | 12e88b4ab5f39c8219a8e792dd9efb69c36d1bfa /json | |
parent | 8d83c1f98df3d7cc4aea54398c469cfe118e2ff8 (diff) | |
download | pandora-apidoc-c7091c96f940f7e203ed76cf9fbe7764e9570d19.tar.gz pandora-apidoc-c7091c96f940f7e203ed76cf9fbe7764e9570d19.tar.bz2 pandora-apidoc-c7091c96f940f7e203ed76cf9fbe7764e9570d19.zip |
Add details on different search result token formats
Fixes #16.
Diffstat (limited to 'json')
-rw-r--r-- | json/stations.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/stations.rst b/json/stations.rst index 9acb4fc..170ea7e 100644 --- a/json/stations.rst +++ b/json/stations.rst @@ -156,7 +156,8 @@ Matching songs and artists are returned in two separate list. .. csv-table:: :header: Name ,Type ,Description - songs.musicToken and artists.musicToken ,string , + songs.musicToken ,string , Starts with 'S' followed by one or more digits (e.g. 'S1234567') + artists.musicToken ,string , Results can be either for artists (starts with 'R') or composers (starts with 'C'). .. code:: json |