|
@@ -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 v5.24</title>
|
|
|
|
|
|
+ <title>Wekan REST API v5.25</title>
|
|
|
|
|
|
<style>
|
|
<style>
|
|
</style>
|
|
</style>
|
|
@@ -1486,6 +1486,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
|
|
+<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -1549,7 +1550,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 v5.24">Wekan REST API v5.24</a>
|
|
|
|
|
|
+ <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.25">Wekan REST API v5.25</a>
|
|
|
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
@@ -2063,17 +2064,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|
</li>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<li>
|
|
- <a href="#tocs_usersemails" class="toc-h2 toc-link" data-title="">UsersEmails</a>
|
|
|
|
|
|
+ <a href="#tocs_usersprofile" class="toc-h2 toc-link" data-title="">UsersProfile</a>
|
|
|
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<li>
|
|
- <a href="#tocs_usersprofile" class="toc-h2 toc-link" data-title="">UsersProfile</a>
|
|
|
|
|
|
+ <a href="#tocs_userssessiondata" class="toc-h2 toc-link" data-title="">UsersSessiondata</a>
|
|
|
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<li>
|
|
- <a href="#tocs_userssessiondata" class="toc-h2 toc-link" data-title="">UsersSessiondata</a>
|
|
|
|
|
|
+ <a href="#tocs_usersemails" class="toc-h2 toc-link" data-title="">UsersEmails</a>
|
|
|
|
+
|
|
|
|
+ </li>
|
|
|
|
+
|
|
|
|
+ <li>
|
|
|
|
+ <a href="#tocs_usersprofilenotifications" class="toc-h2 toc-link" data-title="">UsersProfileNotifications</a>
|
|
|
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
@@ -2092,7 +2098,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 v5.24</h1>
|
|
|
|
|
|
+ <h1 id="wekan-rest-api">Wekan REST API v5.25</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>
|
|
@@ -15915,9 +15921,12 @@ System.out.println(response.toString());
|
|
<span class="hljs-string">"string"</span>
|
|
<span class="hljs-string">"string"</span>
|
|
],
|
|
],
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
- <span class="hljs-attr">"notifications"</span>: [],
|
|
|
|
- <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
- <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
|
|
+ <span class="hljs-attr">"notifications"</span>: [
|
|
|
|
+ {
|
|
|
|
+ <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
@@ -16653,9 +16662,12 @@ System.out.println(response.toString());
|
|
<span class="hljs-string">"string"</span>
|
|
<span class="hljs-string">"string"</span>
|
|
],
|
|
],
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
- <span class="hljs-attr">"notifications"</span>: [],
|
|
|
|
- <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
- <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
|
|
+ <span class="hljs-attr">"notifications"</span>: [
|
|
|
|
+ {
|
|
|
|
+ <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
@@ -20434,9 +20446,12 @@ UserSecurity
|
|
<span class="hljs-string">"string"</span>
|
|
<span class="hljs-string">"string"</span>
|
|
],
|
|
],
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
- <span class="hljs-attr">"notifications"</span>: [],
|
|
|
|
- <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
- <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
|
|
+ <span class="hljs-attr">"notifications"</span>: [
|
|
|
|
+ {
|
|
|
|
+ <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
@@ -20572,45 +20587,6 @@ UserSecurity
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
-<h2 id="tocs_usersemails">UsersEmails</h2>
|
|
|
|
-<p><a id="schemausersemails"></a>
|
|
|
|
-<a id="schema_UsersEmails"></a>
|
|
|
|
-<a id="tocSusersemails"></a>
|
|
|
|
-<a id="tocsusersemails"></a></p>
|
|
|
|
-<pre class="highlight tab tab-json"><code>{
|
|
|
|
- <span class="hljs-attr">"address"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
- <span class="hljs-attr">"verified"</span>: <span class="hljs-literal">true</span>
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-</code></pre>
|
|
|
|
-<h3 id="properties-18">Properties</h3>
|
|
|
|
-<table>
|
|
|
|
-<thead>
|
|
|
|
-<tr>
|
|
|
|
-<th>Name</th>
|
|
|
|
-<th>Type</th>
|
|
|
|
-<th>Required</th>
|
|
|
|
-<th>Restrictions</th>
|
|
|
|
-<th>Description</th>
|
|
|
|
-</tr>
|
|
|
|
-</thead>
|
|
|
|
-<tbody>
|
|
|
|
-<tr>
|
|
|
|
-<td>address</td>
|
|
|
|
-<td>string</td>
|
|
|
|
-<td>true</td>
|
|
|
|
-<td>none</td>
|
|
|
|
-<td>The email address</td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
-<td>verified</td>
|
|
|
|
-<td>boolean</td>
|
|
|
|
-<td>true</td>
|
|
|
|
-<td>none</td>
|
|
|
|
-<td>Has the email been verified</td>
|
|
|
|
-</tr>
|
|
|
|
-</tbody>
|
|
|
|
-</table>
|
|
|
|
<h2 id="tocs_usersprofile">UsersProfile</h2>
|
|
<h2 id="tocs_usersprofile">UsersProfile</h2>
|
|
<p><a id="schemausersprofile"></a>
|
|
<p><a id="schemausersprofile"></a>
|
|
<a id="schema_UsersProfile"></a>
|
|
<a id="schema_UsersProfile"></a>
|
|
@@ -20631,9 +20607,12 @@ UserSecurity
|
|
<span class="hljs-string">"string"</span>
|
|
<span class="hljs-string">"string"</span>
|
|
],
|
|
],
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
<span class="hljs-attr">"language"</span>: <span class="hljs-string">"string"</span>,
|
|
- <span class="hljs-attr">"notifications"</span>: [],
|
|
|
|
- <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
- <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
|
|
+ <span class="hljs-attr">"notifications"</span>: [
|
|
|
|
+ {
|
|
|
|
+ <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"showCardsCountAt"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
<span class="hljs-attr">"starredBoards"</span>: [
|
|
@@ -20649,7 +20628,7 @@ UserSecurity
|
|
}
|
|
}
|
|
|
|
|
|
</code></pre>
|
|
</code></pre>
|
|
-<h3 id="properties-19">Properties</h3>
|
|
|
|
|
|
+<h3 id="properties-18">Properties</h3>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@@ -20739,20 +20718,6 @@ UserSecurity
|
|
<td>enabled notifications for the user</td>
|
|
<td>enabled notifications for the user</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
-<td>activity</td>
|
|
|
|
-<td>string</td>
|
|
|
|
-<td>true</td>
|
|
|
|
-<td>none</td>
|
|
|
|
-<td>The id of the activity this notification references</td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
-<td>read</td>
|
|
|
|
-<td>string</td>
|
|
|
|
-<td>false</td>
|
|
|
|
-<td>none</td>
|
|
|
|
-<td>the date on which this notification was read</td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
<td>showCardsCountAt</td>
|
|
<td>showCardsCountAt</td>
|
|
<td>number</td>
|
|
<td>number</td>
|
|
<td>false</td>
|
|
<td>false</td>
|
|
@@ -20882,7 +20847,7 @@ UserSecurity
|
|
}
|
|
}
|
|
|
|
|
|
</code></pre>
|
|
</code></pre>
|
|
-<h3 id="properties-20">Properties</h3>
|
|
|
|
|
|
+<h3 id="properties-19">Properties</h3>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@@ -20910,6 +20875,84 @@ UserSecurity
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
|
|
+<h2 id="tocs_usersemails">UsersEmails</h2>
|
|
|
|
+<p><a id="schemausersemails"></a>
|
|
|
|
+<a id="schema_UsersEmails"></a>
|
|
|
|
+<a id="tocSusersemails"></a>
|
|
|
|
+<a id="tocsusersemails"></a></p>
|
|
|
|
+<pre class="highlight tab tab-json"><code>{
|
|
|
|
+ <span class="hljs-attr">"address"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"verified"</span>: <span class="hljs-literal">true</span>
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+</code></pre>
|
|
|
|
+<h3 id="properties-20">Properties</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Name</th>
|
|
|
|
+<th>Type</th>
|
|
|
|
+<th>Required</th>
|
|
|
|
+<th>Restrictions</th>
|
|
|
|
+<th>Description</th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>address</td>
|
|
|
|
+<td>string</td>
|
|
|
|
+<td>true</td>
|
|
|
|
+<td>none</td>
|
|
|
|
+<td>The email address</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>verified</td>
|
|
|
|
+<td>boolean</td>
|
|
|
|
+<td>true</td>
|
|
|
|
+<td>none</td>
|
|
|
|
+<td>Has the email been verified</td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
|
|
+<h2 id="tocs_usersprofilenotifications">UsersProfileNotifications</h2>
|
|
|
|
+<p><a id="schemausersprofilenotifications"></a>
|
|
|
|
+<a id="schema_UsersProfileNotifications"></a>
|
|
|
|
+<a id="tocSusersprofilenotifications"></a>
|
|
|
|
+<a id="tocsusersprofilenotifications"></a></p>
|
|
|
|
+<pre class="highlight tab tab-json"><code>{
|
|
|
|
+ <span class="hljs-attr">"activity"</span>: <span class="hljs-string">"string"</span>,
|
|
|
|
+ <span class="hljs-attr">"read"</span>: <span class="hljs-string">"string"</span>
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+</code></pre>
|
|
|
|
+<h3 id="properties-21">Properties</h3>
|
|
|
|
+<table>
|
|
|
|
+<thead>
|
|
|
|
+<tr>
|
|
|
|
+<th>Name</th>
|
|
|
|
+<th>Type</th>
|
|
|
|
+<th>Required</th>
|
|
|
|
+<th>Restrictions</th>
|
|
|
|
+<th>Description</th>
|
|
|
|
+</tr>
|
|
|
|
+</thead>
|
|
|
|
+<tbody>
|
|
|
|
+<tr>
|
|
|
|
+<td>activity</td>
|
|
|
|
+<td>string</td>
|
|
|
|
+<td>true</td>
|
|
|
|
+<td>none</td>
|
|
|
|
+<td>The id of the activity this notification references</td>
|
|
|
|
+</tr>
|
|
|
|
+<tr>
|
|
|
|
+<td>read</td>
|
|
|
|
+<td>string</td>
|
|
|
|
+<td>false</td>
|
|
|
|
+<td>none</td>
|
|
|
|
+<td>the date on which this notification was read</td>
|
|
|
|
+</tr>
|
|
|
|
+</tbody>
|
|
|
|
+</table>
|
|
<!-- Renderer: Shins v2.6.0 -->
|
|
<!-- Renderer: Shins v2.6.0 -->
|
|
<!-- Generator: Widdershins v4.0.1 -->
|
|
<!-- Generator: Widdershins v4.0.1 -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
@@ -20931,6 +20974,7 @@ UserSecurity
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
|
|
+<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
<!-- backwards compatibility -->
|
|
</div>
|
|
</div>
|
|
<div class="dark-box">
|
|
<div class="dark-box">
|