From fe8a646b630f39623a1ee5900ab45f65edf413a1 Mon Sep 17 00:00:00 2001 From: Todd Fredrich Date: Fri, 29 May 2015 13:58:33 -0600 Subject: [PATCH] Altered wording for 200 HTTP Response Code. --- lessons/restquicktips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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