protocol.streaming.playlist.UpdateStreamingPlaylistResponse
This response acts as an acknowledgement to its corresponding request, as well as returning the database id that was assigned to the new playlist.
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 name of the playlist |
Example xml:
<sireq> <cid>Mum</cid> <fn> <updateStreamingPlaylist> <id>1234</id> <plnm>Dells chill out tunes</plnm> </updateStreamingPlaylist> </fn> </sireq>