mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01:00
wekan.github.io to wekan.fi, and blog.wekan.team to wekan.fi/blog
This commit is contained in:
parent
c5e5bb613e
commit
89480b61ce
59 changed files with 134 additions and 134 deletions
|
|
@ -40,7 +40,7 @@ Optional, and defaults:
|
|||
- "permission":"private" <== Set to "public" if you want public Wekan board
|
||||
- "color":"belize" <== Board color: belize, nephritis, pomegranate, pumpkin, wisteria, midnight.
|
||||
|
||||
<img src="https://wekan.github.io/board-colors.png" width="40%" alt="Wekan logo" />
|
||||
<img src="https://wekan.fi/board-colors.png" width="40%" alt="Wekan logo" />
|
||||
|
||||
Example:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ https://github.com/wekan/wekan/blob/main/api.py
|
|||
|
||||
### 4) API Docs
|
||||
|
||||
https://wekan.github.io/api/
|
||||
https://wekan.fi/api/
|
||||
|
||||
Building API Docs: https://github.com/wekan/wekan/blob/main/releases/rebuild-docs.sh
|
||||
|
|
@ -2,10 +2,10 @@
|
|||
https://github.com/wekan/wekan/wiki/REST-API#example-call---as-form-data
|
||||
|
||||
2) There needs to be Custom Field added to board
|
||||
https://wekan.github.io/api/v4.42/#wekan-rest-api-customfields
|
||||
https://wekan.fi/api/v4.42/#wekan-rest-api-customfields
|
||||
|
||||
3) Custom Field at board and card will have same `_id`
|
||||
https://wekan.github.io/api/v4.42/#put_board_list_card
|
||||
https://wekan.fi/api/v4.42/#put_board_list_card
|
||||
|
||||
4) When writing Custom Field value to card, like text field, content type needs to be "application/json" and the string needs to be an array:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Wekan provides a python script to ease the call of the REST API from command lin
|
|||
# Context
|
||||
|
||||
- [API Login to get Bearer token](REST-API#example-call---as-form-data)
|
||||
- [API docs and examples for various programming languages](https://wekan.github.io/api/), there is Boards / Export for exporting board with API
|
||||
- [API docs and examples for various programming languages](https://wekan.fi/api/), there is Boards / Export for exporting board with API
|
||||
- In the right menu, scroll down REST API Docs etc links =====>
|
||||
- Wekan-Gogs integration with Node.js https://github.com/wekan/wekan-gogs
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ BoardAdmin can change role of user at right sidebar / click avatar / select role
|
|||
|
||||
# Change Role with API
|
||||
|
||||
- https://wekan.github.io/api/
|
||||
- https://wekan.fi/api/
|
||||
- api.py at https://github.com/wekan/wekan
|
||||
- Login to API https://github.com/wekan/wekan/wiki/REST-API#example-call---as-json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue