-
Wekan REST API v3.77
+
Wekan REST API v3.79
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -3293,6 +3293,8 @@ System.out.println(response.toString());
"allowsAttachments":
true,
"allowsChecklists":
true,
"allowsComments":
true,
+
"allowsDescriptionTitle":
true,
+
"allowsDescriptionText":
true,
"allowsActivities":
true,
"allowsLabels":
true,
"allowsAssignee":
true,
@@ -13657,6 +13659,8 @@ UserSecurity
"allowsAttachments":
true,
"allowsChecklists":
true,
"allowsComments":
true,
+
"allowsDescriptionTitle":
true,
+
"allowsDescriptionText":
true,
"allowsActivities":
true,
"allowsLabels":
true,
"allowsAssignee":
true,
@@ -13824,6 +13828,20 @@ UserSecurity
Does the board allows comments? |
+allowsDescriptionTitle |
+boolean |
+true |
+none |
+Does the board allows description title? |
+
+
+allowsDescriptionText |
+boolean |
+true |
+none |
+Does the board allows description text? |
+
+
allowsActivities |
boolean |
true |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index ab3d97709..d390bf391 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
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index bbf1438fe..00a731b04 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 378,
+ appVersion = 379,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.78.0~2020-02-12"),
+ appMarketingVersion = (defaultText = "3.79.0~2020-02-13"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,