mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Features (markdown)
parent
2981761c29
commit
35f37bdecc
1 changed files with 14 additions and 3 deletions
17
Features.md
17
Features.md
|
|
@ -92,17 +92,28 @@
|
|||
* [REST API](https://github.com/wekan/wekan/issues/1037)
|
||||
|
||||
## Webhooks
|
||||
|
||||
Sending notifications for board activities.
|
||||
```
|
||||
Content-type: application/json
|
||||
{
|
||||
"text": "board activities"
|
||||
}
|
||||
```
|
||||
* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119)
|
||||
|
||||
### 1) Board menu when clicking 3 lines "hamburger" menu on right
|
||||
### Enabled
|
||||
#### 1) Board menu when clicking 3 lines "hamburger" menu on right
|
||||
|
||||

|
||||
|
||||
### 2) Outgoing Webhooks
|
||||
#### 2) Outgoing Webhooks
|
||||
|
||||

|
||||
|
||||
### Disabled
|
||||
|
||||
Leave the URL field blank.
|
||||
|
||||
## Cleanup
|
||||
|
||||
* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue