summaryrefslogtreecommitdiffstats
path: root/public
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
parentb7f9dc77d18117096097f5b93195c278fde3740f (diff)
downloadwekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.tar.gz
wekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.tar.bz2
wekan-45ecd2d04f1aa2be31d9b332f73da7f01f332e2b.zip
v3.74
And update translations.
Diffstat (limited to 'public')
-rw-r--r--public/api/wekan.html130
-rw-r--r--public/api/wekan.yml68
2 files changed, 195 insertions, 3 deletions
diff --git a/public/api/wekan.html b/public/api/wekan.html
index 18154fa5..619a248f 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<ul class="toc-list-h1">
<li>
- <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.73">Wekan REST API v3.73</a>
+ <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.74">Wekan REST API v3.74</a>
</li>
@@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
- <h1 id="wekan-rest-api">Wekan REST API v3.73</h1>
+ <h1 id="wekan-rest-api">Wekan REST API v3.74</h1>
<blockquote>
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
</blockquote>
@@ -3287,7 +3287,21 @@ System.out.println(response.toString());
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"subtasksDefaultListId"</span>: <span class="hljs-string">"string"</span>,
+ <span class="hljs-attr">"dateSettingsDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
+ <span class="hljs-attr">"dateSettingsDefaultListId"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"allowsSubtasks"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAttachments"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsChecklists"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsComments"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsLabels"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAssignee"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsMembers"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsRequestedBy"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAssignedBy"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsReceivedDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsStartDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsEndDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsDueDate"</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">"presentParentTask"</span>: <span class="hljs-string">"prefix-with-full-path"</span>,
<span class="hljs-attr">"startAt"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"dueAt"</span>: <span class="hljs-string">"string"</span>,
@@ -13636,7 +13650,21 @@ UserSecurity
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"subtasksDefaultListId"</span>: <span class="hljs-string">"string"</span>,
+ <span class="hljs-attr">"dateSettingsDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
+ <span class="hljs-attr">"dateSettingsDefaultListId"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"allowsSubtasks"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAttachments"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsChecklists"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsComments"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsLabels"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAssignee"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsMembers"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsRequestedBy"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsAssignedBy"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsReceivedDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsStartDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsEndDate"</span>: <span class="hljs-literal">true</span>,
+ <span class="hljs-attr">"allowsDueDate"</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">"presentParentTask"</span>: <span class="hljs-string">"prefix-with-full-path"</span>,
<span class="hljs-attr">"startAt"</span>: <span class="hljs-string">"string"</span>,
<span class="hljs-attr">"dueAt"</span>: <span class="hljs-string">"string"</span>,
@@ -13752,6 +13780,20 @@ UserSecurity
<td>The default List ID assigned to subtasks.</td>
</tr>
<tr>
+<td>dateSettingsDefaultBoardId</td>
+<td>string|null</td>
+<td>false</td>
+<td>none</td>
+<td>none</td>
+</tr>
+<tr>
+<td>dateSettingsDefaultListId</td>
+<td>string|null</td>
+<td>false</td>
+<td>none</td>
+<td>none</td>
+</tr>
+<tr>
<td>allowsSubtasks</td>
<td>boolean</td>
<td>true</td>
@@ -13759,6 +13801,90 @@ UserSecurity
<td>Does the board allows subtasks?</td>
</tr>
<tr>
+<td>allowsAttachments</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows attachments?</td>
+</tr>
+<tr>
+<td>allowsChecklists</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows checklists?</td>
+</tr>
+<tr>
+<td>allowsComments</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows comments?</td>
+</tr>
+<tr>
+<td>allowsLabels</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows labels?</td>
+</tr>
+<tr>
+<td>allowsAssignee</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows assignee?</td>
+</tr>
+<tr>
+<td>allowsMembers</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows members?</td>
+</tr>
+<tr>
+<td>allowsRequestedBy</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows requested by?</td>
+</tr>
+<tr>
+<td>allowsAssignedBy</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows requested by?</td>
+</tr>
+<tr>
+<td>allowsReceivedDate</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows received date?</td>
+</tr>
+<tr>
+<td>allowsStartDate</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows start date?</td>
+</tr>
+<tr>
+<td>allowsEndDate</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows end date?</td>
+</tr>
+<tr>
+<td>allowsDueDate</td>
+<td>boolean</td>
+<td>true</td>
+<td>none</td>
+<td>Does the board allows due date?</td>
+</tr>
+<tr>
<td>presentParentTask</td>
<td>string|null</td>
<td>false</td>
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