From c12496e91dd34903b3959880b57d54f91c8aad3a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 13 Aug 2019 01:23:30 +0300 Subject: v3.16 --- public/api/wekan.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/api/wekan.yml') diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 539b0f61..af568d3e 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.11 + version: v3.15 description: | The REST API allows you to control and extend Wekan with ease. @@ -2867,7 +2867,11 @@ definitions: type: string hiddenSystemMessages: description: | - does the user wants to hide system messages? + does the user want to hide system messages? + type: boolean + hiddenMinicardLabelText: + description: | + does the user want to hide minicard label texts? type: boolean initials: description: | -- cgit v1.2.3-1-g7c22 From 76dbadf1bad1a7ecf59b111df34751c04277db5b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 13 Aug 2019 12:04:58 +0300 Subject: v3.17 --- public/api/wekan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/api/wekan.yml') diff --git a/public/api/wekan.yml b/public/api/wekan.yml index af568d3e..891f7f85 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.15 + version: v3.16 description: | The REST API allows you to control and extend Wekan with ease. -- cgit v1.2.3-1-g7c22