diff --git a/lessons/restquicktips.html b/lessons/restquicktips.html index ad8fdd7..626efdc 100644 --- a/lessons/restquicktips.html +++ b/lessons/restquicktips.html @@ -89,7 +89,7 @@

Suggested usages for the "Top 10" HTTP Response Status Codes are as follows:

200 OK
-
General status code. This is most commonly used to indicate success.
+
General success status code. This is the most common code. Used to indicate success.
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