summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-03 07:07:12 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-03 07:07:12 +0200
commit19d42c675bca4cb7482e5d0f65cc968b7efca327 (patch)
tree531808a1010488f1157dcda7409e0f2b6f047671 /public/api/wekan.yml
parentbe3e4af643c63f1d08d38626457d5dd75ed93e28 (diff)
downloadwekan-19d42c675bca4cb7482e5d0f65cc968b7efca327.tar.gz
wekan-19d42c675bca4cb7482e5d0f65cc968b7efca327.tar.bz2
wekan-19d42c675bca4cb7482e5d0f65cc968b7efca327.zip
v3.58v3.58
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 7c87455d..b42be284 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.57
+ version: v3.58
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -211,6 +211,12 @@ paths:
only enable comments (default false)
type: boolean
required: false
+ - name: isWorker
+ in: formData
+ description: |
+ only move cards, assign himself to card and comment (default false)
+ type: boolean
+ required: false
- name: permission
in: formData
description: |
@@ -1534,6 +1540,12 @@ paths:
CommentsOnly capability
type: boolean
required: true
+ - name: isWorker
+ in: formData
+ description: |
+ Worker capability
+ type: boolean
+ required: true
- name: board
in: path
description: |
@@ -2215,6 +2227,10 @@ definitions:
description: |
Is the member only allowed to comment on the board
type: boolean
+ isWorker:
+ description: |
+ Is the member only allowed to move card, assign himself to card and comment
+ type: boolean
required:
- userId
- isAdmin