diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2016-06-02 08:30:53 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2016-06-02 08:30:53 +0200 |
commit | 5c5b08864c251c3f070398b5ff9644545701aebb (patch) | |
tree | 159d6c29b019f4ce1abaaa6c39212fa433ad17bd /json | |
parent | c7091c96f940f7e203ed76cf9fbe7764e9570d19 (diff) | |
download | pandora-apidoc-5c5b08864c251c3f070398b5ff9644545701aebb.tar.gz pandora-apidoc-5c5b08864c251c3f070398b5ff9644545701aebb.tar.bz2 pandora-apidoc-5c5b08864c251c3f070398b5ff9644545701aebb.zip |
Add two optional arguments for music.search
See #16
Diffstat (limited to 'json')
-rw-r--r-- | json/stations.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/stations.rst b/json/stations.rst index 170ea7e..366821c 100644 --- a/json/stations.rst +++ b/json/stations.rst @@ -142,6 +142,8 @@ This is a free text search that matches artist and track names. :header: Name ,Type ,Description searchText ,string ,Artist name or track title + includeNearMatches,bool,(optional) + includeGenreStations,bool,(optional) .. code:: json @@ -630,4 +632,4 @@ Modify QuickMix "syncTime": 1338211186 } -The response contains no data.
\ No newline at end of file +The response contains no data. |