Wekan REST API v3.16
+Wekan REST API v3.17
diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 891f7f857..0f6848814 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.16 + version: v3.17 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 59dca6d86..1e8de5492 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 = 319, + appVersion = 320, # Increment this for every release. - appMarketingVersion = (defaultText = "3.17.0~2019-08-13"), + appMarketingVersion = (defaultText = "3.18.0~2019-08-15"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, @@ -238,7 +238,8 @@ const myCommand :Spk.Manifest.Command = ( # Note that this defines the *entire* environment seen by your app. (key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"), (key = "WITH_API", value = "true"), - (key = "RICHER_CARD_COMMENT_EDITOR", value = "true"), + (key = "RICHER_CARD_COMMENT_EDITOR", value="true"), + (key = "CARD_OPENED_WEBHOOK_ENABLED", value="false"), (key = "MATOMO_ADDRESS", value=""), (key = "MATOMO_SITE_ID", value=""), (key = "MATOMO_DO_NOT_TRACK", value="true"), @@ -254,7 +255,7 @@ const myCommand :Spk.Manifest.Command = ( (key = "OAUTH2_USERINFO_ENDPOINT", value=""), (key = "OAUTH2_TOKEN_ENDPOINT", value=""), (key = "LDAP_ENABLE", value="false"), - (key = "SANDSTORM", value = "1"), + (key = "SANDSTORM", value="1"), (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}") ] );Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.