-
Wekan REST API v5.21
+
Wekan REST API v5.22
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -9029,7 +9029,7 @@ System.out.println(response.toString());
"userId":
"string",
"sort":
0,
"subtaskSort":
0,
-
"type":
"cardtype-card",
+
"type":
"string",
"linkedId":
"string",
"vote": {
"question":
"string",
@@ -18978,7 +18978,7 @@ UserSecurity
"userId":
"string",
"sort":
0,
"subtaskSort":
0,
-
"type":
"cardtype-card",
+
"type":
"string",
"linkedId":
"string",
"vote": {
"question":
"string",
@@ -19335,18 +19335,6 @@ UserSecurity
color |
indigo |
-
-| type |
-cardtype-card |
-
-
-| type |
-cardtype-linkedcard |
-
-
-| type |
-cardtype-linkedboard |
-
CardsVote
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 81d1cecbb..aa6ff6fcb 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.21
+ version: v5.22
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3165,10 +3165,6 @@ definitions:
description: |
type of the card
type: string
- enum:
- - cardtype-card
- - cardtype-linkedcard
- - cardtype-linkedboard
linkedId:
description: |
ID of the linked card
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 48293c4bc..eed116c99 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 = 521,
+ appVersion = 522,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.21.0~2021-04-16"),
+ appMarketingVersion = (defaultText = "5.22.0~2021-04-16"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,