-
Wekan REST API v3.53
+
Wekan REST API v3.54
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -11621,9 +11621,7 @@ System.out.println(response.toString());
"string"
],
"fullname":
"string",
-
"showDesktopDragHandles":
true,
"hiddenSystemMessages":
true,
-
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -12276,9 +12274,7 @@ System.out.println(response.toString());
"string"
],
"fullname":
"string",
-
"showDesktopDragHandles":
true,
"hiddenSystemMessages":
true,
-
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15436,9 +15432,7 @@ UserSecurity
"string"
],
"fullname":
"string",
-
"showDesktopDragHandles":
true,
"hiddenSystemMessages":
true,
-
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15604,9 +15598,7 @@ UserSecurity
"string"
],
"fullname":
"string",
-
"showDesktopDragHandles":
true,
"hiddenSystemMessages":
true,
-
"hiddenMinicardLabelText":
true,
"initials":
"string",
"invitedBoards": [
"string"
@@ -15663,13 +15655,6 @@ UserSecurity
full name of the user |
-| showDesktopDragHandles |
-boolean |
-false |
-none |
-does the user want to hide system messages? |
-
-
| hiddenSystemMessages |
boolean |
false |
@@ -15677,13 +15662,6 @@ UserSecurity
does the user want to hide system messages? |
-| hiddenMinicardLabelText |
-boolean |
-false |
-none |
-does the user want to hide minicard label texts? |
-
-
| initials |
string |
false |
@@ -15795,6 +15773,10 @@ UserSecurity
| boardView |
+board-view-collapse |
+
+
+| boardView |
board-view-cal |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 7ee3388a1..51ac3feb9 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.53
+ version: v3.54
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2896,18 +2896,10 @@ definitions:
description: |
full name of the user
type: string
- showDesktopDragHandles:
- description: |
- does the user want to hide system messages?
- type: boolean
hiddenSystemMessages:
description: |
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: |
initials of the user
@@ -2952,6 +2944,7 @@ definitions:
enum:
- board-view-lists
- board-view-swimlanes
+ - board-view-collapse
- board-view-cal
listSortBy:
description: |
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index e99fc7148..5a88af74f 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 = 355,
+ appVersion = 356,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.53.0~2019-11-14"),
+ appMarketingVersion = (defaultText = "3.54.0~2019-11-18"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,