mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 23:44:06 +01:00
v5.25
This commit is contained in:
parent
7957690fca
commit
df7fd8c900
8 changed files with 127 additions and 83 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
||||
<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>
|
||||
|
|
@ -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 -->
|
||||
</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">
|
||||
|
||||
<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>
|
||||
|
||||
|
|
@ -2062,11 +2063,6 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#tocs_usersemails" class="toc-h2 toc-link" data-title="">UsersEmails</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#tocs_usersprofile" class="toc-h2 toc-link" data-title="">UsersProfile</a>
|
||||
|
||||
|
|
@ -2077,6 +2073,16 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
|
||||
</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="dark-box"></div>
|
||||
<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>
|
||||
<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>
|
||||
|
|
@ -15915,9 +15921,12 @@ System.out.println(response.toString());
|
|||
<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">"startDayOfWeek"</span>: <span class="hljs-number">0</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-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">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
||||
<span class="hljs-attr">"starredBoards"</span>: [
|
||||
|
|
@ -20434,9 +20446,12 @@ UserSecurity
|
|||
<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">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
||||
<span class="hljs-attr">"starredBoards"</span>: [
|
||||
|
|
@ -20572,45 +20587,6 @@ UserSecurity
|
|||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<p><a id="schemausersprofile"></a>
|
||||
<a id="schema_UsersProfile"></a>
|
||||
|
|
@ -20631,9 +20607,12 @@ UserSecurity
|
|||
<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">"startDayOfWeek"</span>: <span class="hljs-number">0</span>,
|
||||
<span class="hljs-attr">"starredBoards"</span>: [
|
||||
|
|
@ -20649,7 +20628,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-19">Properties</h3>
|
||||
<h3 id="properties-18">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20739,20 +20718,6 @@ UserSecurity
|
|||
<td>enabled notifications for the user</td>
|
||||
</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>number</td>
|
||||
<td>false</td>
|
||||
|
|
@ -20882,7 +20847,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-20">Properties</h3>
|
||||
<h3 id="properties-19">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20910,6 +20875,84 @@ UserSecurity
|
|||
</tr>
|
||||
</tbody>
|
||||
</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 -->
|
||||
<!-- Generator: Widdershins v4.0.1 -->
|
||||
<!-- backwards compatibility -->
|
||||
|
|
@ -20931,6 +20974,7 @@ UserSecurity
|
|||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
</div>
|
||||
<div class="dark-box">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: Wekan REST API
|
||||
version: v5.24
|
||||
version: v5.25
|
||||
description: |
|
||||
The REST API allows you to control and extend Wekan with ease.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue