-
Wekan REST API v5.30
+
Wekan REST API v5.31
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -9090,7 +9090,16 @@ System.out.println(response.toString());
"end":
"string",
"allowNonBoardMembers":
true,
"estimation":
0
- }
+ },
+
"targetId_gantt": [
+
"string"
+ ],
+
"linkType_gantt": [
+
0
+ ],
+
"linkId_gantt": [
+
"string"
+ ]
}
Responses
@@ -18346,8 +18355,8 @@ UserSecurity
| labels |
-[BoardsLabels] |
-true |
+[BoardsLabels]¦null |
+false |
none |
List of labels attached to a board |
@@ -19091,7 +19100,16 @@ UserSecurity
"end":
"string",
"allowNonBoardMembers":
true,
"estimation":
0
- }
+ },
+
"targetId_gantt": [
+
"string"
+ ],
+
"linkType_gantt": [
+
0
+ ],
+
"linkId_gantt": [
+
"string"
+ ]
}
@@ -19331,6 +19349,27 @@ UserSecurity
none |
none |
+
+| targetId_gantt |
+[string]¦null |
+false |
+none |
+ID of card which is the child link in gantt view |
+
+
+| linkType_gantt |
+[number]¦null |
+false |
+none |
+ID of card which is the parent link in gantt view |
+
+
+| linkId_gantt |
+[string]¦null |
+false |
+none |
+ID of card which is the parent link in gantt view |
+
Enumerated Values
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 7e3578871..d3e77dffb 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.30
+ version: v5.31
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2676,6 +2676,7 @@ definitions:
type: array
items:
$ref: "#/definitions/BoardsLabels"
+ x-nullable: true
members:
description: |
List of members of a board
@@ -2860,7 +2861,6 @@ definitions:
- archived
- createdAt
- stars
- - labels
- members
- permission
- color
@@ -3187,6 +3187,30 @@ definitions:
poker object, see below
$ref: "#/definitions/CardsPoker"
x-nullable: true
+ targetId_gantt:
+ description: |
+ ID of card which is the child link in gantt view
+ type: array
+ items:
+ type: string
+ x-nullable: true
+ x-nullable: true
+ linkType_gantt:
+ description: |
+ ID of card which is the parent link in gantt view
+ type: array
+ items:
+ type: number
+ x-nullable: true
+ x-nullable: true
+ linkId_gantt:
+ description: |
+ ID of card which is the parent link in gantt view
+ type: array
+ items:
+ type: string
+ x-nullable: true
+ x-nullable: true
required:
- archived
- swimlaneId
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 7bdaaa53b..1345e71b2 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 = 530,
+ appVersion = 531,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.30.0~2021-06-03"),
+ appMarketingVersion = (defaultText = "5.31.0~2021-06-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index aae590dee..348d1d6bd 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.30'
+version: '5.31'
summary: The open-source kanban
description: |
Wekan is an open-source and collaborative kanban board application.