From 9b09bdf9f82b53cabe6fa2b54a4074669ee4c1f2 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 13 Dec 2017 20:34:31 +0100 Subject: [PATCH] Fix /api/v1/accounts/:id/lists docs (#484) --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 14cc7bad..fba8f518 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -613,7 +613,7 @@ Returns at most 50 [Lists](#list) without pagination. GET /api/v1/accounts/:id/lists -Returns at most 50 [Accounts](#account) without pagination. +Returns at most 50 [Lists](#list) without pagination. #### Retrieving accounts in a list