stereomood API

playlist – POST (edit)

edit an existing playlist for the authenticated user.

url:

http://www.stereomood.com/api/user/playlists/playlist.format or http://www.stereomood.com/api/user/playlists/playlist/id.format

HTTP request method:

POST

formats:

xml, json

requires authentication (about authentication):

true

rate limiting (about rate limiting):

false

parameters:

  • id. id of the playlist.
  • name. the name of the playlist.

sample request:

http://www.stereomood.com/api/user/playlists/playlist.json?name=playlist&id=12345 or http://www.stereomood.com/api/user/playlists/playlist/12345.xml?name=playlist

xml sample response:

<?xml version="1.0" encoding="UTF-8"?>
<hash>
    <request>/api/user/playlists/playlist/12345.xml</request>
    <message>playlist updated</message>
</hash>

Last edited by Stereomood Tech Team, March 27, 2010

create an application