summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
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: |