Merge pull request #49 from jvitoroc/patch-1

GET Method modified
This commit is contained in:
Todd Fredrich
2019-07-25 14:20:58 -06:00
committed by GitHub

View File

@ -102,7 +102,7 @@
</tr> </tr>
<tr> <tr>
<td>GET</td> <td>GET</td>
<td>Read</td> <td>Read/Retrieve</td>
<td>200 (OK), list of customers. Use pagination, sorting and filtering to navigate big lists.</td> <td>200 (OK), list of customers. Use pagination, sorting and filtering to navigate big lists.</td>
<td>200 (OK), single customer. 404 (Not Found), if ID not found or invalid.</td> <td>200 (OK), single customer. 404 (Not Found), if ID not found or invalid.</td>
</tr> </tr>