diff --git a/lessons/httpmethods.html b/lessons/httpmethods.html index 9aa8f4f..44b620b 100644 --- a/lessons/httpmethods.html +++ b/lessons/httpmethods.html @@ -102,7 +102,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.