raindropio / developer-site

Official documentation for Raindrop.io API
https://developer.raindrop.io/
106 stars 18 forks source link

dangerAll specification when updating all raindrops #9

Open bathrobe opened 3 years ago

bathrobe commented 3 years ago

Hello. I'm having a problem sending a put request to all my raindrops (collection id = 0).

{
    "result": false,
    "error": 400,
    "errorMessage": "to update all raindrops please specify *dangerAll*"
}

Where do I specify this dangerAll? I tried adding it as ID parameter, body, etc. No avail. Thank you!