fix typo
in "if the resource identifier is know before-hand." it should be "known", and not "know".
This commit is contained in:
@ -73,7 +73,7 @@
|
|||||||
<dt>GET</dt>
|
<dt>GET</dt>
|
||||||
<dd>Read a specific resource (by an identifier) or a collection of resources.</dd>
|
<dd>Read a specific resource (by an identifier) or a collection of resources.</dd>
|
||||||
<dt>PUT</dt>
|
<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>
|
<dt>DELETE</dt>
|
||||||
<dd>Remove/delete a specific resource by an identifier.</dd>
|
<dd>Remove/delete a specific resource by an identifier.</dd>
|
||||||
<dt>POST</dt>
|
<dt>POST</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user