From 9c48cc9ec05c5bb660b31b24ea903e9d70d2abd7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 21 Jul 2020 22:06:09 +0300 Subject: v4.21 --- public/api/wekan.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'public/api/wekan.yml') 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: | -- cgit v1.2.3-1-g7c22