- [Allow card & checklist API creation for authorized board members](https://github.com/wekan/wekan/pull/2854).
- [Allow card and checklist API creation for authorized board members](https://github.com/wekan/wekan/pull/2854).
Thanks to Robert-Lebedeu.
- [Visual difference for inactive user in Administration: strikethrough](https://github.com/wekan/wekan/commit/1f1aea87a421ca5e7931d220d10c838574208e2c).
Thanks to hever and xet7.
@ -10,6 +10,7 @@ This release adds the following features:
and adds the following updates:
- [Upgrade to Meteor 1.8.3 and Node 8.17.0. Update release scripts. Fix ldap background sync documentation part 2](https://github.com/wekan/wekan/commit/782d0b620988628f40f50f9cd824f6652cfb0dd9).
Thanks to xet7.
and fixes the following bugs:
@ -18,7 +19,7 @@ and fixes the following bugs:
- [Fix: Allow to set empty card title, AssignedBy and RequestedBy](https://github.com/wekan/wekan/commit/25561946edf37351f67cf7500902dde7d9114d2f).
Thanks to justinr1234 and xet7.
- [Fix comment text disappearing when clicking outside of comment text area.
@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<ulclass="toc-list-h1">
<li>
<ahref="#wekan-rest-api"class="toc-h1 toc-link"data-title="Wekan REST API v3.56">Wekan REST API v3.56</a>
<ahref="#wekan-rest-api"class="toc-h1 toc-link"data-title="Wekan REST API v3.57">Wekan REST API v3.57</a>
</li>
@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<divclass="page-wrapper">
<divclass="dark-box"></div>
<divclass="content">
<h1id="wekan-rest-api">Wekan REST API v3.56</h1>
<h1id="wekan-rest-api">Wekan REST API v3.57</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>