|
@@ -7,7 +7,7 @@
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
- <title>Wekan REST API v6.81</title>
|
|
|
|
|
|
+ <title>Wekan REST API v6.82</title>
|
|
|
|
|
|
<style>
|
|
<style>
|
|
</style>
|
|
</style>
|
|
@@ -1558,7 +1558,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|
<ul class="toc-list-h1">
|
|
<ul class="toc-list-h1">
|
|
|
|
|
|
<li>
|
|
<li>
|
|
- <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v6.81">Wekan REST API v6.81</a>
|
|
|
|
|
|
+ <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v6.82">Wekan REST API v6.82</a>
|
|
|
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
@@ -2161,7 +2161,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|
<div class="page-wrapper">
|
|
<div class="page-wrapper">
|
|
<div class="dark-box"></div>
|
|
<div class="dark-box"></div>
|
|
<div class="content">
|
|
<div class="content">
|
|
- <h1 id="wekan-rest-api">Wekan REST API v6.81</h1>
|
|
|
|
|
|
+ <h1 id="wekan-rest-api">Wekan REST API v6.82</h1>
|
|
<blockquote>
|
|
<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>
|
|
<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>
|
|
</blockquote>
|
|
@@ -15579,7 +15579,8 @@ Accept: application/json
|
|
"action": "string",
|
|
"action": "string",
|
|
"isAdmin": true,
|
|
"isAdmin": true,
|
|
"isNoComments": true,
|
|
"isNoComments": true,
|
|
- "isCommentOnly": true
|
|
|
|
|
|
+ "isCommentOnly": true,
|
|
|
|
+ "isWorker": true
|
|
}'</span>;
|
|
}'</span>;
|
|
<span class="hljs-keyword">const</span> headers = {
|
|
<span class="hljs-keyword">const</span> headers = {
|
|
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
|
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
|
@@ -15605,7 +15606,8 @@ fetch(<span class="hljs-string">'/api/boards/{board}/members/{user}/add
|
|
<span class="hljs-string">"action"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-string">"action"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-string">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
|
<span class="hljs-string">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
|
<span class="hljs-string">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
|
<span class="hljs-string">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
|
- <span class="hljs-string">"isCommentOnly"</span>: <span class="hljs-literal">true</span>
|
|
|
|
|
|
+ <span class="hljs-string">"isCommentOnly"</span>: <span class="hljs-literal">true</span>,
|
|
|
|
+ <span class="hljs-string">"isWorker"</span>: <span class="hljs-literal">true</span>
|
|
};
|
|
};
|
|
<span class="hljs-keyword">const</span> headers = {
|
|
<span class="hljs-keyword">const</span> headers = {
|
|
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
|
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
|
@@ -15732,6 +15734,7 @@ to later change the permissions.</p>
|
|
<span class="hljs-attr">isAdmin:</span> <span class="hljs-literal">true</span>
|
|
<span class="hljs-attr">isAdmin:</span> <span class="hljs-literal">true</span>
|
|
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
|
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
|
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
|
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
|
|
|
+<span class="hljs-attr">isWorker:</span> <span class="hljs-literal">true</span>
|
|
|
|
|
|
</code></pre>
|
|
</code></pre>
|
|
<h3 id="add_board_member-parameters">Parameters</h3>
|
|
<h3 id="add_board_member-parameters">Parameters</h3>
|
|
@@ -15772,7 +15775,7 @@ to later change the permissions.</p>
|
|
<td>body</td>
|
|
<td>body</td>
|
|
<td>string</td>
|
|
<td>string</td>
|
|
<td>true</td>
|
|
<td>true</td>
|
|
-<td>the action value</td>
|
|
|
|
|
|
+<td>the action (needs to be <code>add</code>)</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>» isAdmin</td>
|
|
<td>» isAdmin</td>
|
|
@@ -15795,6 +15798,13 @@ to later change the permissions.</p>
|
|
<td>true</td>
|
|
<td>true</td>
|
|
<td>only enable comments</td>
|
|
<td>only enable comments</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>» isWorker</td>
|
|
|
|
+<td>body</td>
|
|
|
|
+<td>boolean</td>
|
|
|
|
+<td>true</td>
|
|
|
|
+<td>is the user a board worker</td>
|
|
|
|
+</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
<h4 id="detailed-descriptions-42">Detailed descriptions</h4>
|
|
<h4 id="detailed-descriptions-42">Detailed descriptions</h4>
|