GET Method modified

This commit is contained in:
João Vitor
2017-12-06 23:30:09 -02:00
committed by GitHub
parent 062a6f2487
commit af95f23004

View File

@ -85,7 +85,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>