mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
v4.04
This commit is contained in:
parent
055b528532
commit
863f0fc5db
7 changed files with 343 additions and 333 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: Wekan REST API
|
||||
version: v4.03
|
||||
version: v4.04
|
||||
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: exportJson
|
||||
summary: This route is used to export the board to a json file format.
|
||||
operationId: export
|
||||
summary: This route is used to export the board.
|
||||
description: |
|
||||
If user is already logged-in, pass loginToken as param
|
||||
"authToken": '/api/boards/:boardId/export?authToken=:token'
|
||||
|
|
@ -2079,6 +2079,8 @@ definitions:
|
|||
- relax
|
||||
- corteza
|
||||
- clearblue
|
||||
- natural
|
||||
- modern
|
||||
description:
|
||||
description: |
|
||||
The description of the board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue