Just a small mistake which I noticed: PUT /me/albums which adds albums to a user's library is documented as returning a 201 Created, but in fact it is returning 200 similar to the other PUT /me... endpoints (which correctly document 200 as the response code).