From 5a67f530cbf6e45baa17d310a50128d0532c9554 Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Wed, 10 Mar 2021 12:03:57 +1100 Subject: Update user.getStationList POST parameters - Add `includeExtras` - Remove `includeShuffleInsteadOfQuickMix`, as it no longer has any effect - Document the recommendation parameters --- json/stations.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json') 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 -- cgit v1.2.3