Goodreads Developers discussion
bugs
>
201 Error for user_shelves add to shelf
date
newest »

201 means the call was a success and the object was successfully created. All HTTP response codes in the 200 range are successes.
http://www.w3.org/Protocols/rfc2616/r...
If the book is showing up on the shelf that the user added to, you might just need to change your app to recognize the response as a success and update your interface to reflect the new situation.
http://www.w3.org/Protocols/rfc2616/r...
If the book is showing up on the shelf that the user added to, you might just need to change your app to recognize the response as a success and update your interface to reflect the new situation.
Can someone please tell me what has changed/been broken on the Goodreads side? And/or what this response code means?