Updated REST API Boards (markdown)

Lauri Ojansivu 2018-09-18 12:36:24 +03:00
parent 3479ff605e
commit b7b3154fb9

@ -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 |