From dd33b13f791eeebcf59b50b914bfffe9cbbb7522 Mon Sep 17 00:00:00 2001 From: Cyle Hunter Date: Wed, 1 Oct 2014 17:22:16 -0500 Subject: [PATCH] Fix typo #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2fe91..6e08b9f 100644 --- a/README.md +++ b/README.md @@ -1781,7 +1781,7 @@ Method: GET ] ``` ##4.4 Get the list of tasks of current user: -###dev/api/tasks/pending/{num-days} +###dev/api/tasks/my/tasks Method: GET - Retrieves all the tasks of the current user. It will return the list of tasks as a JSON Array.