-
Wekan REST API v5.33
+
Wekan REST API v5.34
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -3534,6 +3534,7 @@ System.out.println(response.toString());
"allowsAssignee":
true,
"allowsMembers":
true,
"allowsRequestedBy":
true,
+
"allowsCardSortingByNumber":
true,
"allowsAssignedBy":
true,
"allowsReceivedDate":
true,
"allowsStartDate":
true,
@@ -18309,6 +18310,7 @@ UserSecurity
"allowsAssignee":
true,
"allowsMembers":
true,
"allowsRequestedBy":
true,
+
"allowsCardSortingByNumber":
true,
"allowsAssignedBy":
true,
"allowsReceivedDate":
true,
"allowsStartDate":
true,
@@ -18535,6 +18537,13 @@ UserSecurity
Does the board allows requested by? |
+| allowsCardSortingByNumber |
+boolean |
+true |
+none |
+Does the board allows card sorting by number? |
+
+
| allowsAssignedBy |
boolean |
true |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index e65da329d..1c4d703d3 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v5.33
+ version: v5.34
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2780,6 +2780,10 @@ definitions:
description: |
Does the board allows requested by?
type: boolean
+ allowsCardSortingByNumber:
+ description: |
+ Does the board allows card sorting by number?
+ type: boolean
allowsAssignedBy:
description: |
Does the board allows requested by?
@@ -2876,6 +2880,7 @@ definitions:
- allowsAssignee
- allowsMembers
- allowsRequestedBy
+ - allowsCardSortingByNumber
- allowsAssignedBy
- allowsReceivedDate
- allowsStartDate
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 358d534f3..f8e423f50 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 = 533,
+ appVersion = 534,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.33.0~2021-06-10"),
+ appMarketingVersion = (defaultText = "5.34.0~2021-06-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 7ff85a134..e8bdb8005 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.33'
+version: '5.34'
summary: The open-source kanban
description: |
Wekan is an open-source and collaborative kanban board application.