1
0
Fork 0
lets-talk-apis/slides/restful-responses.md

13 lines
333 B
Markdown
Raw Normal View History

2015-10-12 17:11:41 -04:00
## HTTP Responses
* 200 OK: Request succeeded and information returned
* 204 No Content: Request succeeded but no information returned
* 404 Not Found: Resource not found
* 422 Unprocessable Entity: Incorrect semantics
[And many others](http://www.restapitutorial.com/httpstatuscodes.html)
note:
422 ex: strong params violation