protocol.RenamePlaylistResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | playlist id |
plnm | no | 1 | text | new playlist name |
tok | yes | 1 | api token | client token for privileged access. request from ideaworks |
Example xml:
<siresp> <cid>Mum</cid> <fn> <renamePlaylist> <id>45435434354343</id> <plnm>Greatest Hits new</plnm> <tok>fggew32gfg24gf45f3g54</tok> </renamePlaylist> </fn> </siresp>