This commit is contained in:
Lauri Ojansivu 2020-05-25 21:46:08 +03:00
parent f9018fc3a8
commit 858bb35612
8 changed files with 344 additions and 339 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
version: v4.04
version: v4.05
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'