mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated REST API Boards (markdown)
parent
3479ff605e
commit
b7b3154fb9
1 changed files with 10 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue