So, I've create a link with tag "test" on Delicious. Now I want to add the link to my "TestStack" stack/bundle/whatever using the Delicious API.
The documentation says you can do so using https://api.del.icio.us/v1/tags/bundles/set?:
Assign a set of tags to a single bundle, wipes away previous settings for bundle.
Okay, super. I tried this using cURL and the Ruby API; nothing happens, nothing at all. My links with tag "test" are still floating around, assigned to no bundles/stacks.
curl -u username:password "https://api.del.icio.us/v1/tags/bundles/set?bundle=TestStack&tags=test"
Any ideas how to make this work? Maybe this API method is meant for something different?