diff options
author | hacker1024 <hacker1024@users.sourceforge.net> | 2021-03-10 12:03:57 +1100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-03-13 09:54:59 +0100 |
commit | 5a67f530cbf6e45baa17d310a50128d0532c9554 (patch) | |
tree | 4b3882b9e8ee24d2965f6e5ca4436a12b9d74d6c | |
parent | 12c50da194743c24bc037dc1dd14617dadf6110d (diff) | |
download | pandora-apidoc-5a67f530cbf6e45baa17d310a50128d0532c9554.tar.gz pandora-apidoc-5a67f530cbf6e45baa17d310a50128d0532c9554.tar.bz2 pandora-apidoc-5a67f530cbf6e45baa17d310a50128d0532c9554.zip |
Update user.getStationList POST parameters
- Add `includeExtras`
- Remove `includeShuffleInsteadOfQuickMix`, as it no longer has any effect
- Document the recommendation parameters
-rw-r--r-- | json/stations.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/stations.rst b/json/stations.rst index 0993fb5..86f7945 100644 --- a/json/stations.rst +++ b/json/stations.rst @@ -25,9 +25,9 @@ Retrieve station list stationArtSize,string,“W130H130” (optional) includeAdAttributes,boolean,(optional) includeStationSeeds,boolean,(optional) - includeShuffleInsteadOfQuickMix,boolean,(optional) - includeRecommendations,boolean,(optional) - includeExplanations,boolean,(optional) + includeRecommendations,boolean,include search recommendations in the response (optional) + includeExplanations,boolean,include explanation strings in the recommendations (optional) + includeExtras,boolean,include "extras" lists in the recomendations (optional) .. code:: json |