mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Created section for API requests related to Cards.
parent
bdb367ffb9
commit
6e08054fc0
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ When calling a production Wekan server, ensure it is running via HTTPS and has a
|
||||||
| `GET` | `/api/users/:id` | [Gets a user's information.](#user-information) |
|
| `GET` | `/api/users/:id` | [Gets a user's information.](#user-information) |
|
||||||
| `GET` | `/api/users` | [All of the users.](#user-list) |
|
| `GET` | `/api/users` | [All of the users.](#user-list) |
|
||||||
| `GET` | `/api/user` | [Gets a logged-in user.](#user-logged-in) |
|
| `GET` | `/api/user` | [Gets a logged-in user.](#user-logged-in) |
|
||||||
|
### Cards
|
||||||
|
| HTTP Method | Url | Short Description |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
| `POST` | `/api/boards/:boardId/lists/:listId/cards` | [Add a card to a list, board, and swimlane.](#add-card-to-list-board-swimlane) |
|
| `POST` | `/api/boards/:boardId/lists/:listId/cards` | [Add a card to a list, board, and swimlane.](#add-card-to-list-board-swimlane) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue