-
Wekan REST API v5.97
+
Wekan REST API v5.98
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -16072,6 +16078,7 @@ System.out.println(response.toString());
"language":
"string",
"moveAndCopyDialog": {},
"moveChecklistDialog": {},
+
"copyChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -16828,6 +16835,7 @@ System.out.println(response.toString());
"language":
"string",
"moveAndCopyDialog": {},
"moveChecklistDialog": {},
+
"copyChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -21017,6 +21025,7 @@ UserSecurity
"language":
"string",
"moveAndCopyDialog": {},
"moveChecklistDialog": {},
+
"copyChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -21195,6 +21204,7 @@ UserSecurity
"language":
"string",
"moveAndCopyDialog": {},
"moveChecklistDialog": {},
+
"copyChecklistDialog": {},
"notifications": [
{
"activity":
"string",
@@ -21324,7 +21334,14 @@ UserSecurity
object |
false |
none |
-
move and copy card dialog |
+
move checklist dialog |
+
+
+copyChecklistDialog |
+object |
+false |
+none |
+copy checklist dialog |
notifications |
@@ -21702,6 +21719,61 @@ UserSecurity
+
UsersProfileCopychecklistdialog
+
+
+
+
+
{
+ "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
@@ -21713,7 +21785,7 @@ UserSecurity
}
-
Properties
+
Properties
@@ -21770,6 +21842,7 @@ UserSecurity
+
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 4bdc6e0eb..1d5e6b93c 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.97
+ version: v5.98
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3969,7 +3969,11 @@ definitions:
type: object
moveChecklistDialog:
description: |
- move and copy card dialog
+ move checklist dialog
+ type: object
+ copyChecklistDialog:
+ description: |
+ copy checklist dialog
type: object
notifications:
description: |
@@ -4129,6 +4133,30 @@ definitions:
- swimlaneId
- listId
- cardId
+ UsersProfileCopychecklistdialog:
+ 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 4c0883f28..52a76c843 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 = 597,
+ appVersion = 598,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.97.0~2022-01-23"),
+ appMarketingVersion = (defaultText = "5.98.0~2022-02-03"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 017fcdf3a..d44be1406 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.97'
+version: '5.98'
summary: Open Source kanban
description: |
WeKan ® is an Open Source and collaborative kanban board application.