diff --git a/REST-API-Boards.md b/REST-API-Boards.md index c7ba658..82a93a1 100644 --- a/REST-API-Boards.md +++ b/REST-API-Boards.md @@ -3,7 +3,16 @@ curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \ http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards ``` - +## Add user to board +TODO: +``` +curl PUT http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards .... +``` +## Add user to board +TODO: +``` +curl DELETE http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards .... +``` ## The admin takes the ownership of ALL boards of the user (archived and not archived) where the user is admin on. | URL | Requires Admin Auth | HTTP Method |