From dde90ca0758f73c413d43e4d586b41067575d9cc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 Oct 2017 14:24:38 +0300 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REST-API.md b/REST-API.md index 3aee2e3..23d1adc 100644 --- a/REST-API.md +++ b/REST-API.md @@ -326,6 +326,12 @@ curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \ } ``` +# Information about boards of user +``` +curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \ + http://localhost:3000/api/usersXQMZgynx9M79qTtQc/boards +``` + # User List Retrieves the user list.