-
Wekan REST API v6.28
+
Wekan REST API v6.29
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -15280,6 +15280,8 @@ System.out.println(response.toString());
"swimlaneId":
"string",
"createdAt":
"string",
"sort":
0,
+
"width":
"string",
+
"height":
"string",
"updatedAt":
"string",
"modifiedAt":
"string",
"wipLimit": {
@@ -20996,6 +20998,8 @@ UserSecurity
"swimlaneId":
"string",
"createdAt":
"string",
"sort":
0,
+
"width":
"string",
+
"height":
"string",
"updatedAt":
"string",
"modifiedAt":
"string",
"wipLimit": {
@@ -21078,6 +21082,20 @@ UserSecurity
is the list sorted |
+width |
+string¦null |
+false |
+none |
+list width, default 270px |
+
+
+height |
+string¦null |
+false |
+none |
+list height |
+
+
updatedAt |
string¦null |
false |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index b8d02fd16..70534d470 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v6.28
+ version: v6.29
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3745,6 +3745,16 @@ definitions:
is the list sorted
type: number
x-nullable: true
+ width:
+ description: |
+ list width, default 270px
+ type: string
+ x-nullable: true
+ height:
+ description: |
+ list height
+ type: string
+ x-nullable: true
updatedAt:
description: |
last update of the list
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index b1a1878cc..9862a63cf 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 = 628,
+ appVersion = 629,
# Increment this for every release.
- appMarketingVersion = (defaultText = "6.28.0~2022-06-08"),
+ appMarketingVersion = (defaultText = "6.29.0~2022-07-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 20abe4e8a..4fb18722b 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '6.28'
+version: '6.29'
base: core20
summary: Open Source kanban
description: |