summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-08 20:37:43 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-08 20:37:43 +0300
commit7856692946e33233b8c7b48d0a06371205aa6683 (patch)
tree7c96acdfabbc527a622c2ec87e7b970ebebcdd9d /public/api/wekan.yml
parent7e7c8fd001d643dd31cbc9167c0ed3778ea36643 (diff)
downloadwekan-7856692946e33233b8c7b48d0a06371205aa6683.tar.gz
wekan-7856692946e33233b8c7b48d0a06371205aa6683.tar.bz2
wekan-7856692946e33233b8c7b48d0a06371205aa6683.zip
v3.91v3.91
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml30
1 files changed, 29 insertions, 1 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 003c260f..739e3742 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v3.90
+ version: v3.91
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2523,6 +2523,11 @@ definitions:
ID of the linked card
type: string
x-nullable: true
+ vote:
+ description: |
+ vote object, see below
+ $ref: "#/definitions/CardsVote"
+ x-nullable: true
required:
- archived
- swimlaneId
@@ -2532,6 +2537,29 @@ definitions:
- userId
- sort
- type
+ CardsVote:
+ type: object
+ properties:
+ question:
+ type: string
+ positive:
+ description: |
+ list of members (user IDs)
+ type: array
+ items:
+ type: string
+ x-nullable: true
+ negative:
+ description: |
+ list of members (user IDs)
+ type: array
+ items:
+ type: string
+ x-nullable: true
+ end:
+ type: string
+ required:
+ - question
CardsCustomfields:
type: object
ChecklistItems: