From 4879df024403c53400261e55ff51f1ab3dc5ffb8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 15 May 2020 20:20:29 +0300 Subject: v4.02 --- public/api/wekan.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'public/api/wekan.yml') diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 1e3c2498..d8460f36 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.01 + version: v4.02 description: | The REST API allows you to control and extend Wekan with ease. @@ -797,8 +797,8 @@ paths: 200 response /api/boards/{board}/export: get: - operationId: export - summary: This route is used to export the board. + operationId: exportJson + summary: This route is used to export the board to a json file format. description: | If user is already logged-in, pass loginToken as param "authToken": '/api/boards/:boardId/export?authToken=:token' @@ -2565,9 +2565,12 @@ definitions: type: string public: type: boolean + allowNonBoardMembers: + type: boolean required: - question - public + - allowNonBoardMembers CardsCustomfields: type: object ChecklistItems: -- cgit v1.2.3-1-g7c22