And update translations.
This commit is contained in:
Lauri Ojansivu 2020-02-05 02:46:27 +02:00
parent b7f9dc77d1
commit 45ecd2d04f
10 changed files with 217 additions and 14 deletions

View file

@ -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>

View file

@ -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