Altered wording for 200 HTTP Response Code.

This commit is contained in:
Todd Fredrich
2015-05-29 13:58:33 -06:00
parent af1cc05b30
commit fe8a646b63

View File

@ -89,7 +89,7 @@
<p>Suggested usages for the &quot;Top 10&quot; HTTP Response Status Codes are as follows:
<dl>
<dt>200 OK</dt>
<dd>General status code. This is most commonly used to indicate success.</dd>
<dd>General success status code. This is the most common code. Used to indicate success.</dd>
<dt>201 CREATED</dt>
<dd>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.</dd>
<dt>204 NO CONTENT</dt>