-
Wekan REST API v5.94
+
Wekan REST API v5.95
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -16058,6 +16070,8 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
+
"moveAndCopyDialog": {},
+
"moveChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -16812,6 +16826,8 @@ System.out.println(response.toString());
"string"
],
"language":
"string",
+
"moveAndCopyDialog": {},
+
"moveChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -20999,6 +21015,8 @@ UserSecurity
"string"
],
"language":
"string",
+
"moveAndCopyDialog": {},
+
"moveChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -21175,6 +21193,8 @@ UserSecurity
"string"
],
"language":
"string",
+
"moveAndCopyDialog": {},
+
"moveChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -21293,6 +21313,20 @@ UserSecurity
language of the user |
+| moveAndCopyDialog |
+object |
+false |
+none |
+move and copy card dialog |
+
+
+| moveChecklistDialog |
+object |
+false |
+none |
+move and copy card dialog |
+
+
| notifications |
[UsersProfileNotifications] |
false |
@@ -21566,6 +21600,108 @@ UserSecurity
+
UsersProfileMoveandcopydialog
+
+
+
+
+
{
+ "boardId": "string",
+ "swimlaneId": "string",
+ "listId": "string"
+}
+
+
+
Properties
+
+
+
+| Name |
+Type |
+Required |
+Restrictions |
+Description |
+
+
+
+
+| boardId |
+string |
+true |
+none |
+last selected board id |
+
+
+| swimlaneId |
+string |
+true |
+none |
+last selected swimlane id |
+
+
+| listId |
+string |
+true |
+none |
+last selected list id |
+
+
+
+
UsersProfileMovechecklistdialog
+
+
+
+
+
{
+ "boardId": "string",
+ "swimlaneId": "string",
+ "listId": "string",
+ "cardId": "string"
+}
+
+
+
Properties
+
+
+
+| Name |
+Type |
+Required |
+Restrictions |
+Description |
+
+
+
+
+| boardId |
+string |
+true |
+none |
+last selected board id |
+
+
+| swimlaneId |
+string |
+true |
+none |
+last selected swimlane id |
+
+
+| listId |
+string |
+true |
+none |
+last selected list id |
+
+
+| cardId |
+string |
+true |
+none |
+last selected card id |
+
+
+
UsersProfileNotifications
@@ -21577,7 +21713,7 @@ UserSecurity
}
-
Properties
+
Properties
@@ -21632,6 +21768,8 @@ UserSecurity
+
+
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 231b0e8c8..db51a69a2 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.94
+ version: v5.95
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3963,6 +3963,14 @@ definitions:
description: |
language of the user
type: string
+ moveAndCopyDialog:
+ description: |
+ move and copy card dialog
+ type: object
+ moveChecklistDialog:
+ description: |
+ move and copy card dialog
+ type: object
notifications:
description: |
enabled notifications for the user
@@ -4078,6 +4086,49 @@ definitions:
required:
- address
- verified
+ UsersProfileMoveandcopydialog:
+ type: object
+ properties:
+ boardId:
+ description: |
+ last selected board id
+ type: string
+ swimlaneId:
+ description: |
+ last selected swimlane id
+ type: string
+ listId:
+ description: |
+ last selected list id
+ type: string
+ required:
+ - boardId
+ - swimlaneId
+ - listId
+ UsersProfileMovechecklistdialog:
+ type: object
+ properties:
+ boardId:
+ description: |
+ last selected board id
+ type: string
+ swimlaneId:
+ description: |
+ last selected swimlane id
+ type: string
+ listId:
+ description: |
+ last selected list id
+ type: string
+ cardId:
+ description: |
+ last selected card id
+ type: string
+ required:
+ - boardId
+ - swimlaneId
+ - listId
+ - cardId
UsersProfileNotifications:
type: object
properties:
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index e004349ab..2fe79e218 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 = 594,
+ appVersion = 595,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.94.0~2022-01-16"),
+ appMarketingVersion = (defaultText = "5.95.0~2022-01-18"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 26d8c1462..0c4885589 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.94'
+version: '5.95'
summary: Open Source kanban
description: |
WeKan ® is an Open Source and collaborative kanban board application.