Commit bca6d136 authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

docs

parent 8080f1de
...@@ -129,11 +129,13 @@ HTTP codes ...@@ -129,11 +129,13 @@ HTTP codes
------------------ ------------------
Success: Success:
* 200 (OK) - GET, DELETE, PUT * 200 (OK) - GET, DELETE, PUT
* 201 (Created_ - POST * 201 (Created) - POST
Errors: Errors:
* 404 - not able to match any URL * 404 - not able to match any URL
* 400 - missing mandatory argument (driven from the arguments on the actual functions) * 400 - missing mandatory argument (driven from the arguments on the actual functions)
* 500 - server error * 500 - server error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment