mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
v5.02
This commit is contained in:
parent
de13b8b9ba
commit
d4dd5d7a61
7 changed files with 8524 additions and 49 deletions
|
|
@ -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 v5.01">Wekan REST API v5.01</a>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.02">Wekan REST API v5.02</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
|
@ -8396,6 +8396,7 @@ $.ajax({
|
|||
<pre class="highlight tab tab-javascript--nodejs"><code><span class="hljs-keyword">const</span> fetch = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node-fetch'</span>);
|
||||
<span class="hljs-keyword">const</span> inputBody = <span class="hljs-string">'{
|
||||
"title": "string",
|
||||
"sort": "string",
|
||||
"parentId": "string",
|
||||
"description": "string",
|
||||
"color": "string",
|
||||
|
|
@ -8521,6 +8522,7 @@ System.out.println(response.toString());
|
|||
<p>Body parameter</p>
|
||||
</blockquote>
|
||||
<pre class="highlight tab tab-yaml"><code><span class="hljs-attr">title:</span> <span class="hljs-string">string</span>
|
||||
<span class="hljs-attr">sort:</span> <span class="hljs-string">string</span>
|
||||
<span class="hljs-attr">parentId:</span> <span class="hljs-string">string</span>
|
||||
<span class="hljs-attr">description:</span> <span class="hljs-string">string</span>
|
||||
<span class="hljs-attr">color:</span> <span class="hljs-string">string</span>
|
||||
|
|
@ -8590,6 +8592,13 @@ System.out.println(response.toString());
|
|||
<td>the new title of the card</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>» sort</td>
|
||||
<td>body</td>
|
||||
<td>string</td>
|
||||
<td>false</td>
|
||||
<td>the new sort value of the card</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>» parentId</td>
|
||||
<td>body</td>
|
||||
<td>string</td>
|
||||
|
|
|
|||
|
|
@ -1618,6 +1618,12 @@ paths:
|
|||
the new title of the card
|
||||
type: string
|
||||
required: false
|
||||
- name: sort
|
||||
in: formData
|
||||
description: |
|
||||
the new sort value of the card
|
||||
type: string
|
||||
required: false
|
||||
- name: parentId
|
||||
in: formData
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue