Merge pull request #43 from arehman199/patch-1

restquicktips.html: fix a typo
This commit is contained in:
Todd Fredrich
2017-11-02 15:43:50 -06:00
committed by GitHub

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>