-
Wekan REST API v3.87
+
Wekan REST API v3.88
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -11665,9 +11665,9 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
-
"notifications": [
-
"string"
- ],
+
"notifications": [],
+
"activity":
"string",
+
"read":
"string",
"showCardsCountAt":
0,
"starredBoards": [
"string"
@@ -12320,9 +12320,9 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
-
"notifications": [
-
"string"
- ],
+
"notifications": [],
+
"activity":
"string",
+
"read":
"string",
"showCardsCountAt":
0,
"starredBoards": [
"string"
@@ -15625,9 +15625,9 @@ UserSecurity
"string"
],
"language":
"string",
-
"notifications": [
-
"string"
- ],
+
"notifications": [],
+
"activity":
"string",
+
"read":
"string",
"showCardsCountAt":
0,
"starredBoards": [
"string"
@@ -15793,9 +15793,9 @@ UserSecurity
"string"
],
"language":
"string",
-
"notifications": [
-
"string"
- ],
+
"notifications": [],
+
"activity":
"string",
+
"read":
"string",
"showCardsCountAt":
0,
"starredBoards": [
"string"
@@ -15887,12 +15887,26 @@ UserSecurity
notifications |
-[string] |
+[UsersProfileNotifications] |
false |
none |
enabled notifications for the user |
+activity |
+string |
+true |
+none |
+The id of the activity this notification references |
+
+
+read |
+string |
+false |
+none |
+the date on which this notification was read |
+
+
showCardsCountAt |
number |
false |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index ee0bee82f..a194bdfeb 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.87
+ version: v3.88
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3025,8 +3025,15 @@ definitions:
enabled notifications for the user
type: array
items:
- type: string
- x-nullable: true
+ $ref: "#/definitions/UsersProfileNotifications"
+ activity:
+ description: |
+ The id of the activity this notification references
+ type: string
+ read:
+ description: |
+ the date on which this notification was read
+ type: string
showCardsCountAt:
description: |
showCardCountAt field of the user
@@ -3078,6 +3085,7 @@ definitions:
Reference to the board templates swimlane Id
type: string
required:
+ - activity
- templatesBoardId
- cardTemplatesSwimlaneId
- listTemplatesSwimlaneId
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index dac14181f..297fa3d0c 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 = 387,
+ appVersion = 388,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.87.0~2020-04-01"),
+ appMarketingVersion = (defaultText = "3.88.0~2020-04-02"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,