Goodreads Developers discussion
Modify date read
date
newest »


response = access_token.put('/review/6757.xml', {
'review[rating:]' => 1,
'review[read_at:]' => '2009-04-10'
})
Note that that's the ID of the review, not the book. Adding doc now...
If half stars are ever added, I'll probably want to go through and update all my reviews with the new granularity, too (since I keep my own ratings out of 10).