Wekan REST API v4.92
+Wekan REST API v4.93
@@ -13961,12 +13961,12 @@ System.out.println(response.toString());Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Detailed descriptions
-user: the user ID
+user: the user ID or username
diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 01849e4d8..3175e90dc 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v4.92 + version: v4.93 description: | The REST API allows you to control and extend Wekan with ease. @@ -2262,7 +2262,7 @@ paths: - name: user in: path description: | - the user ID + the user ID or username type: string required: true produces: diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 7d732e702..c20c75cc1 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 = 492, + appVersion = 493, # Increment this for every release. - appMarketingVersion = (defaultText = "4.92.0~2021-02-03"), + appMarketingVersion = (defaultText = "4.93.0~2021-02-06"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,Example responses