Merge branch 'master' into patch-1

This commit is contained in:
Todd Fredrich
2017-11-02 15:47:09 -06:00
committed by GitHub
3 changed files with 433 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<dt>GET</dt>
<dd>Read a specific resource (by an identifier) or a collection of resources.</dd>
<dt>PUT</dt>
<dd>Update a specific resource (by an identifier) or a collection of resources. Can also be used to create a specific resource if the resource identifier is know before-hand.</dd>
<dd>Update a specific resource (by an identifier) or a collection of resources. Can also be used to create a specific resource if the resource identifier is known before-hand.</dd>
<dt>DELETE</dt>
<dd>Remove/delete a specific resource by an identifier.</dd>
<dt>POST</dt>