From af95f2300439d840b42d76cbda27e9f418547fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor?= Date: Wed, 6 Dec 2017 23:30:09 -0200 Subject: [PATCH] GET Method modified --- lessons/httpmethods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/httpmethods.html b/lessons/httpmethods.html index dae78d4..d77f4ee 100644 --- a/lessons/httpmethods.html +++ b/lessons/httpmethods.html @@ -85,7 +85,7 @@ GET - Read + Read/Retrieve 200 (OK), list of customers. Use pagination, sorting and filtering to navigate big lists. 200 (OK), single customer. 404 (Not Found), if ID not found or invalid.