diff options
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 |