Heello / Issues

Bug and feature tracking
1 stars 0 forks source link

Documentation - PUT accounts/update does not return http 204 on success, returns http 200 #15

Closed katanacrimson closed 11 years ago

katanacrimson commented 11 years ago

As on tin. Docs are wrong.

https://developer.heello.com/docs/1/PUT/accounts/update

On a successul request, a '204 No Content' response is sent.

caseym commented 11 years ago

Documentation has been updated to indicate a 200 response as well as indication of the updated user object in the response.

katanacrimson commented 11 years ago

Another endpoint is affected: https://developer.heello.com/docs/1/POST/places/create

this one returns http 200 on create it seems, not 201.