mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated REST API Boards (markdown)
parent
a2130c4ba5
commit
58c9f579ac
1 changed files with 8 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \
|
|||
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 |
|
||||
| :--- | :--- | :--- |
|
||||
|
|
@ -16,4 +16,10 @@ curl -H "Authorization: Bearer t7iYB86mXoLfP_XsMegxF41oKT7iiA9lDYiKVtXcctl" \
|
|||
-X PUT \
|
||||
http://localhost:3000/api/users/ztKvBTzCqmyJ77on8 \
|
||||
-d '{ "action": "takeOwnership" }'
|
||||
```
|
||||
```
|
||||
|
||||
## Board colors
|
||||
|
||||
wekan/models/boards.js
|
||||
|
||||
<img src="https://wekan.github.io/board-colors.png" width="30%" alt="Wekan logo" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue