diff --git a/lessons/restquicktips.html b/lessons/restquicktips.html index 7029006..79ab950 100644 --- a/lessons/restquicktips.html +++ b/lessons/restquicktips.html @@ -93,7 +93,7 @@
201 CREATED
Successful creation occurred (via either POST or PUT). Set the Location header to contain a link to the newly-created resource (on POST). Response body content may or may not be present.
204 NO CONTENT
-
Indicates success but nothing is in the response body, often used for DELETE and UPDATE operations.
+
Indicates success but nothing is in the response body, often used for DELETE and PUT operations.
400 BAD REQUEST
General error when fulfilling the request would cause an invalid state. Domain validation errors, missing data, etc. are some examples.
401 UNAUTHORIZED