Wekan REST API v6.89
+Wekan REST API v6.90
@@ -6291,6 +6291,7 @@ System.out.println(response.toString()); To perform this operation, you must be authenticated by means of one of the following methods: UserSecurity +Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
ChecklistItems
new_checklist_item
@@ -6564,7 +6565,6 @@ System.out.println(response.toString()); To perform this operation, you must be authenticated by means of one of the following methods: UserSecurity -ChecklistItems
get_checklist_item
diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 7e821db55..2b55b2f55 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v6.89 + version: v6.90 description: | The REST API allows you to control and extend Wekan with ease. @@ -539,7 +539,7 @@ paths: operationId: new_checklist_item summary: add a new item to a checklist tags: - - Checklists + - ChecklistItems consumes: - multipart/form-data - application/json diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cda183776..40c75451f 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 = 689, + appVersion = 690, # Increment this for every release. - appMarketingVersion = (defaultText = "6.89.0~2023-05-12"), + appMarketingVersion = (defaultText = "6.90.0~2023-05-24"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/snapcraft.yaml b/snapcraft.yaml index e5faafe81..2b709a032 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '6.89' +version: '6.90' base: core20 summary: Open Source kanban description: | @@ -168,9 +168,9 @@ parts: # Cleanup mkdir .build cd .build - wget https://github.com/wekan/wekan/releases/download/v6.89/wekan-6.89-amd64.zip - unzip wekan-6.89-amd64.zip - rm wekan-6.89-amd64.zip + wget https://github.com/wekan/wekan/releases/download/v6.90/wekan-6.90-amd64.zip + unzip wekan-6.90-amd64.zip + rm wekan-6.90-amd64.zip cd .. ##cd .build/bundle ##find . -type d -name '*-garbage*' | xargs rm -rf