422 means, that your request is syntaxtically correct, but of an
incorrect structure for this resource. Typically you are missing
required properties or use incorrect data structures (e.g. strings
instead of arrays).
Sorry that this explenation wasn't in the docs, I've added it to the
errors page.
What is the body you are sending?
Best,
Johan // SoundCloud API Developer
> --
> You received this message because you are subscribed to the Google Groups
> "SoundCloudAPI" group.
> To post to this group, send email to soundc...@googlegroups.com.
> To unsubscribe from this group, send email to
> soundcloudap...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/soundcloudapi?hl=en.
>
What is the body you are sending?
put('/playlists/12345', :playlist => {:purchase_url =>
'http://example.com/foo/123'})
Best,
Johan // SoundCloud API Developer
On Tue, Aug 23, 2011 at 5:31 PM, John Joseph Bachir
You have to do the request against /playlists/12345 and not /me/playlists/12345
put('/playlists/12345', :playlist => {:purchase_url =>
Best,
Johan // SoundCloud API Developer
Best,
Johan // SoundCloud API Developer