summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-07-21 22:06:09 +0300
committerLauri Ojansivu <x@xet7.org>2020-07-21 22:06:09 +0300
commit9c48cc9ec05c5bb660b31b24ea903e9d70d2abd7 (patch)
treed9f34b967efb0cd9918d41005ee055ed17ddb0ff /public/api/wekan.yml
parent41c06c1374ddd49803e617a5a3ca2f109b7b689e (diff)
downloadwekan-9c48cc9ec05c5bb660b31b24ea903e9d70d2abd7.tar.gz
wekan-9c48cc9ec05c5bb660b31b24ea903e9d70d2abd7.tar.bz2
wekan-9c48cc9ec05c5bb660b31b24ea903e9d70d2abd7.zip
v4.21v4.21
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index da61bc5a..23bb0f74 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.20
+ version: v4.21
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -1580,18 +1580,6 @@ paths:
the new title of the card
type: string
required: false
- - name: listId
- in: formData
- description: |
- the new list ID of the card (move operation)
- type: string
- required: false
- - name: authorId
- in: formData
- description: |
- change the owner of the card
- type: string
- required: false
- name: parentId
in: formData
description: |
@@ -1694,6 +1682,18 @@ paths:
the new swimlane ID of the card
type: string
required: false
+ - name: listId
+ in: formData
+ description: |
+ the new list ID of the card (move operation)
+ type: string
+ required: false
+ - name: authorId
+ in: formData
+ description: |
+ change the owner of the card
+ type: string
+ required: false
- name: board
in: path
description: |