• Show this post
    I hope this is not a FAQ, but I could not find any information online:

    Is there a way, via the API, to add a release to a private list? I was guessing it should work similarly to adding a release to the want list, i.e. PUT `/s/{name}/wants/{release_id}{?notes,rating}`, which works just fine for me.

    However, adding a release to a private list is not in the API docs. I tried anyway, guessing it should be similar to

    PUT `/lists/{list_id}/{release_id}{?notes,rating}`

    ...which just produces errors. What is the right way to do that?

    E.g., how does the discogs release page "Add to List" do it?

    Thanks for any help!

You must be logged in to post.