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.