summaryrefslogtreecommitdiffstats
path: root/public/api/wekan.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-05 02:46:27 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-05 02:48:13 +0200
commit45ecd2d04f1aa2be31d9b332f73da7f01f332e2b (patch)
tree0003ea77c62b4fb9a27ff056ce3ec240f60130b1 /public/api/wekan.yml
parentb7f9dc77d18117096097f5b93195c278fde3740f (diff)
downloadwekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.tar.gz
wekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.tar.bz2
wekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.zip
v3.74
And update translations.
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r--public/api/wekan.yml68
1 files changed, 67 insertions, 1 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 7dc368dc..e29de501 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.73
+ version: v3.74
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2093,10 +2093,64 @@ definitions:
The default List ID assigned to subtasks.
type: string
x-nullable: true
+ dateSettingsDefaultBoardId:
+ type: string
+ x-nullable: true
+ dateSettingsDefaultListId:
+ type: string
+ x-nullable: true
allowsSubtasks:
description: |
Does the board allows subtasks?
type: boolean
+ allowsAttachments:
+ description: |
+ Does the board allows attachments?
+ type: boolean
+ allowsChecklists:
+ description: |
+ Does the board allows checklists?
+ type: boolean
+ allowsComments:
+ description: |
+ Does the board allows comments?
+ type: boolean
+ allowsLabels:
+ description: |
+ Does the board allows labels?
+ type: boolean
+ allowsAssignee:
+ description: |
+ Does the board allows assignee?
+ type: boolean
+ allowsMembers:
+ description: |
+ Does the board allows members?
+ type: boolean
+ allowsRequestedBy:
+ description: |
+ Does the board allows requested by?
+ type: boolean
+ allowsAssignedBy:
+ description: |
+ Does the board allows requested by?
+ type: boolean
+ allowsReceivedDate:
+ description: |
+ Does the board allows received date?
+ type: boolean
+ allowsStartDate:
+ description: |
+ Does the board allows start date?
+ type: boolean
+ allowsEndDate:
+ description: |
+ Does the board allows end date?
+ type: boolean
+ allowsDueDate:
+ description: |
+ Does the board allows due date?
+ type: boolean
presentParentTask:
description: |
Controls how to present the parent task:
@@ -2154,6 +2208,18 @@ definitions:
- permission
- color
- allowsSubtasks
+ - allowsAttachments
+ - allowsChecklists
+ - allowsComments
+ - allowsLabels
+ - allowsAssignee
+ - allowsMembers
+ - allowsRequestedBy
+ - allowsAssignedBy
+ - allowsReceivedDate
+ - allowsStartDate
+ - allowsEndDate
+ - allowsDueDate
- type
BoardsLabels:
type: object