Altered wording for 200 HTTP Response Code.
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
<p>Suggested usages for the "Top 10" 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>
|
||||
|
||||
Reference in New Issue
Block a user