-
Wekan REST API v5.24
+
Wekan REST API v5.25
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -15915,9 +15921,12 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
-
"notifications": [],
-
"activity":
"string",
-
"read":
"string",
+
"notifications": [
+ {
+
"activity":
"string",
+
"read":
"string"
+ }
+ ],
"showCardsCountAt":
0,
"startDayOfWeek":
0,
"starredBoards": [
@@ -16653,9 +16662,12 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
-
"notifications": [],
-
"activity":
"string",
-
"read":
"string",
+
"notifications": [
+ {
+
"activity":
"string",
+
"read":
"string"
+ }
+ ],
"showCardsCountAt":
0,
"startDayOfWeek":
0,
"starredBoards": [
@@ -20434,9 +20446,12 @@ UserSecurity
"string"
],
"language":
"string",
-
"notifications": [],
-
"activity":
"string",
-
"read":
"string",
+
"notifications": [
+ {
+
"activity":
"string",
+
"read":
"string"
+ }
+ ],
"showCardsCountAt":
0,
"startDayOfWeek":
0,
"starredBoards": [
@@ -20572,45 +20587,6 @@ UserSecurity
-
UsersEmails
-
-
-
-
-
{
- "address": "string",
- "verified": true
-}
-
-
-
Properties
-
-
-
-| Name |
-Type |
-Required |
-Restrictions |
-Description |
-
-
-
-
-| address |
-string |
-true |
-none |
-The email address |
-
-
-| verified |
-boolean |
-true |
-none |
-Has the email been verified |
-
-
-
UsersProfile
@@ -20631,9 +20607,12 @@ UserSecurity
"string"
],
"language": "string",
- "notifications": [],
- "activity": "string",
- "read": "string",
+ "notifications": [
+ {
+ "activity": "string",
+ "read": "string"
+ }
+ ],
"showCardsCountAt": 0,
"startDayOfWeek": 0,
"starredBoards": [
@@ -20649,7 +20628,7 @@ UserSecurity
}
-
Properties
+
Properties
@@ -20739,20 +20718,6 @@ UserSecurity
| 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 |
@@ -20882,7 +20847,7 @@ UserSecurity
}
-Properties
+Properties
@@ -20910,6 +20875,84 @@ UserSecurity
+UsersEmails
+
+
+
+
+{
+ "address": "string",
+ "verified": true
+}
+
+
+Properties
+
+
+
+| Name |
+Type |
+Required |
+Restrictions |
+Description |
+
+
+
+
+| address |
+string |
+true |
+none |
+The email address |
+
+
+| verified |
+boolean |
+true |
+none |
+Has the email been verified |
+
+
+
+UsersProfileNotifications
+
+
+
+
+{
+ "activity": "string",
+ "read": "string"
+}
+
+
+Properties
+
+
+
+| Name |
+Type |
+Required |
+Restrictions |
+Description |
+
+
+
+
+| activity |
+string |
+true |
+none |
+The id of the activity this notification references |
+
+
+| read |
+string |
+false |
+none |
+the date on which this notification was read |
+
+
+
@@ -20931,6 +20974,7 @@ UserSecurity
+
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 175dacd93..1c938d78c 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.24
+ version: v5.25
description: |
The REST API allows you to control and extend Wekan with ease.
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 22676f0a2..6abc0554b 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 = 524,
+ appVersion = 525,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.24.0~2021-04-24"),
+ appMarketingVersion = (defaultText = "5.25.0~2021-04-27"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 034c88bf9..343f898a5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.24'
+version: '5.25'
summary: The open-source kanban
description: |
Wekan is an open-source and collaborative kanban board application.