protocol.tidal.library.AddTidalArtistToLibraryRequest
This request allows you to add a tidal artist (by id) to the muse library. This will add the artists top tracks.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | tidal user id |
arid | no | 1 | database id | artist id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addTidalArtistToLibrary> <uids> <uid>1</uid> <uid>2</uid> </uids> <arid>4354354354</arid> </addTidalArtistToLibrary> </fn> </siresp>