Commit 3cfd5c9d authored by Łukasz Nowak's avatar Łukasz Nowak

OPTIONS is really silent.

parent 8d2f2f64
......@@ -52,7 +52,8 @@ will return a ``"200 OK"`` response if successful.
``DELETE`` requests will return a ``"200 OK"`` response if the resource is successfully deleted.
``OPTIONS`` requests will return ``"200 OK"`` response with allowed method on given url.
``OPTIONS`` requests will return ``"204 No Content"`` response with headers
informing about possible method usage.
Common Error Responses
++++++++++++++++++++++
......
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