From c7091c96f940f7e203ed76cf9fbe7764e9570d19 Mon Sep 17 00:00:00 2001 From: jcass Date: Thu, 2 Jun 2016 08:25:33 +0200 Subject: Add details on different search result token formats Fixes #16. --- json/stations.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3