-
Wekan REST API v3.11
+
Wekan REST API v3.15
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -11594,6 +11594,7 @@ System.out.println(response.toString());
],
"fullname":
"string",
"hiddenSystemMessages":
true,
+
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -12246,6 +12247,7 @@ System.out.println(response.toString());
],
"fullname":
"string",
"hiddenSystemMessages":
true,
+
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15385,6 +15387,7 @@ UserSecurity
],
"fullname":
"string",
"hiddenSystemMessages":
true,
+
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15550,6 +15553,7 @@ UserSecurity
],
"fullname":
"string",
"hiddenSystemMessages":
true,
+
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15609,7 +15613,14 @@ UserSecurity
boolean |
false |
none |
-
does the user wants to hide system messages? |
+
does the user want to hide system messages? |
+
+
+| hiddenMinicardLabelText |
+boolean |
+false |
+none |
+does the user want to hide minicard label texts? |
| initials |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 539b0f61e..af568d3e3 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.11
+ version: v3.15
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2867,7 +2867,11 @@ definitions:
type: string
hiddenSystemMessages:
description: |
- does the user wants to hide system messages?
+ does the user want to hide system messages?
+ type: boolean
+ hiddenMinicardLabelText:
+ description: |
+ does the user want to hide minicard label texts?
type: boolean
initials:
description: |
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index e13b6e845..74d6001e3 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 = 317,
+ appVersion = 318,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.15.0~2019-08-11"),
+ appMarketingVersion = (defaultText = "3.16.0~2019-08-13"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,