-
Wekan REST API v3.76
+
Wekan REST API v3.77
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,7 @@ System.out.println(response.toString());
"allowsAttachments":
true,
"allowsChecklists":
true,
"allowsComments":
true,
+
"allowsActivities":
true,
"allowsLabels":
true,
"allowsAssignee":
true,
"allowsMembers":
true,
@@ -13656,6 +13657,7 @@ UserSecurity
"allowsAttachments":
true,
"allowsChecklists":
true,
"allowsComments":
true,
+
"allowsActivities":
true,
"allowsLabels":
true,
"allowsAssignee":
true,
"allowsMembers":
true,
@@ -13822,6 +13824,13 @@ UserSecurity
Does the board allows comments? |
+| allowsActivities |
+boolean |
+true |
+none |
+Does the board allows comments? |
+
+
| allowsLabels |
boolean |
true |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 3938d1b7e..ab3d97709 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.76
+ version: v3.77
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2115,6 +2115,10 @@ definitions:
description: |
Does the board allows comments?
type: boolean
+ allowsActivities:
+ description: |
+ Does the board allows comments?
+ type: boolean
allowsLabels:
description: |
Does the board allows labels?
@@ -2211,6 +2215,7 @@ definitions:
- allowsAttachments
- allowsChecklists
- allowsComments
+ - allowsActivities
- allowsLabels
- allowsAssignee
- allowsMembers
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index a1602bd25..8a627cba7 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 = 377,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.76.0~2020-02-07"),
+ appMarketingVersion = (defaultText = "3.77.0~2020-02-10"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,