summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-03 16:10:17 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-03 16:10:17 +0200
commitcc70773fd5b2b0a9975689043a763492128035ae (patch)
tree81f276605588c31820c96687ff38226a133c9b8c /public/api/wekan.yml
parent27943796ade78ca3c503637a1340918bf06a1267 (diff)
downloadwekan-cc70773fd5b2b0a9975689043a763492128035ae.tar.gz
wekan-cc70773fd5b2b0a9975689043a763492128035ae.tar.bz2
wekan-cc70773fd5b2b0a9975689043a763492128035ae.zip
v3.60v3.60
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml18
1 files changed, 1 insertions, 17 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 9d19fb64..85067294 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.59
+ version: v3.60
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -211,12 +211,6 @@ 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: |
@@ -1540,12 +1534,6 @@ paths:
CommentsOnly capability
type: boolean
required: true
- - name: isWorker
- in: formData
- description: |
- Worker capability
- type: boolean
- required: true
- name: board
in: path
description: |
@@ -2227,10 +2215,6 @@ 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