summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-13 15:16:07 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-13 15:16:07 +0200
commit84acc65d04c7269150ef144266172302ad65033d (patch)
treef28fe31e4de22cd7d911534f9c7c1c14502a705b /public/api/wekan.yml
parent2b1727c6e1c57f3d84a617ab3f573cfb630c6424 (diff)
downloadwekan-84acc65d04c7269150ef144266172302ad65033d.tar.gz
wekan-84acc65d04c7269150ef144266172302ad65033d.tar.bz2
wekan-84acc65d04c7269150ef144266172302ad65033d.zip
v3.79v3.79
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index ab3d9770..d390bf39 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v3.77
+ version: v3.79
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2115,6 +2115,14 @@ definitions:
description: |
Does the board allows comments?
type: boolean
+ allowsDescriptionTitle:
+ description: |
+ Does the board allows description title?
+ type: boolean
+ allowsDescriptionText:
+ description: |
+ Does the board allows description text?
+ type: boolean
allowsActivities:
description: |
Does the board allows comments?
@@ -2215,6 +2223,8 @@ definitions:
- allowsAttachments
- allowsChecklists
- allowsComments
+ - allowsDescriptionTitle
+ - allowsDescriptionText
- allowsActivities
- allowsLabels
- allowsAssignee