mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated REST API Boards (markdown)
parent
7b6188a963
commit
fd62e8df6a
1 changed files with 5 additions and 10 deletions
|
|
@ -3,16 +3,11 @@
|
||||||
curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \
|
curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \
|
||||||
http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards
|
http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards
|
||||||
```
|
```
|
||||||
## Add user to board
|
|
||||||
TODO:
|
## Change role of user on board
|
||||||
```
|
|
||||||
curl PUT http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards ....
|
[Change Role: admin/normal/nocomments/commentonly](https://github.com/wekan/wekan/wiki/REST-API-Role)
|
||||||
```
|
|
||||||
## 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.
|
## 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 |
|
| URL | Requires Admin Auth | HTTP Method |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue