diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1dffb6f..45284c143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v4.94 2021-02-08 Wekan release This release adds the following new features: diff --git a/Stackerfile.yml b/Stackerfile.yml index caeb44c24..02f677739 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v4.93.0" +appVersion: "v4.94.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 55918d593..7473b5a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v4.93.0", + "version": "v4.94.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 03586e0a7..e69411361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v4.93.0", + "version": "v4.94.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 9c8aefcf1..0046c11e9 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -1465,10 +1465,10 @@ Darkula color scheme from the JetBrains family of IDEs var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduce(function(e,t){return e+t.boost},0);return n.some(function(e){return this.tokenStore.has(e)},this)?(n.forEach(function(t,n,s){var a=1/s.length*this._fields.length*o,u=this,c=this.tokenStore.expand(t).reduce(function(n,i){var o=u.corpusTokens.indexOf(i),s=u.idf(i),c=1,l=new e.SortedSet;if(i!==t){var f=Math.max(3,i.length-t.length);c=1/Math.log(f)}return o>-1&&r.insert(o,a*s*c),Object.keys(u.tokenStore.get(i)).forEach(function(e){l.add(e)}),n.union(l)},new e.SortedSet);i.push(c)},this),i.reduce(function(e,t){return e.intersect(t)}).map(function(e){return{ref:e,score:r.similarity(this.documentVector(e))}},this).sort(function(e,t){return t.score-e.score})):[]},e.Index.prototype.documentVector=function(t){for(var n=this.documentStore.get(t),r=n.length,i=new e.Vector,o=0;ot;t+=1)n.push(e[t].listener);return n},r.getListenersAsObject=function(e){var t,n=this.getListeners(e);return n instanceof Array&&(t={},t[e]=n),t||n},r.addListener=function(e,n){var r,i=this.getListenersAsObject(e),o="object"==typeof n;for(r in i)i.hasOwnProperty(r)&&-1===t(i[r],n)&&i[r].push(o?n:{listener:n,once:!1});return this},r.on=n("addListener"),r.addOnceListener=function(e,t){return this.addListener(e,{listener:t,once:!0})},r.once=n("addOnceListener"),r.defineEvent=function(e){return this.getListeners(e),this},r.defineEvents=function(e){for(var t=0;e.length>t;t+=1)this.defineEvent(e[t]);return this},r.removeListener=function(e,n){var r,i,o=this.getListenersAsObject(e);for(i in o)o.hasOwnProperty(i)&&-1!==(r=t(o[i],n))&&o[i].splice(r,1);return this},r.off=n("removeListener"),r.addListeners=function(e,t){return this.manipulateListeners(!1,e,t)},r.removeListeners=function(e,t){return this.manipulateListeners(!0,e,t)},r.manipulateListeners=function(e,t,n){var r,i,o=e?this.removeListener:this.addListener,s=e?this.removeListeners:this.addListeners;if("object"!=typeof t||t instanceof RegExp)for(r=n.length;r--;)o.call(this,t,n[r]);else for(r in t)t.hasOwnProperty(r)&&(i=t[r])&&("function"==typeof i?o.call(this,r,i):s.call(this,r,i));return this},r.removeEvent=function(e){var t,n=typeof e,r=this._getEvents();if("string"===n)delete r[e];else if("object"===n)for(t in r)r.hasOwnProperty(t)&&e.test(t)&&delete r[t];else delete this._events;return this},r.removeAllListeners=n("removeEvent"),r.emitEvent=function(e,t){var n,r,i,o=this.getListenersAsObject(e);for(i in o)if(o.hasOwnProperty(i))for(r=o[i].length;r--;)n=o[i][r],!0===n.once&&this.removeListener(e,n.listener),n.listener.apply(this,t||[])===this._getOnceReturnValue()&&this.removeListener(e,n.listener);return this},r.trigger=n("emitEvent"),r.emit=function(e){var t=Array.prototype.slice.call(arguments,1);return this.emitEvent(e,t)},r.setOnceReturnValue=function(e){return this._onceReturnValue=e,this},r._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},r._getEvents=function(){return this._events||(this._events={})},e.noConflict=function(){return i.EventEmitter=o,e},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return e}):"object"==typeof module&&module.exports?module.exports=e:this.EventEmitter=e}.call(this),function(e){function t(t){var n=e.event;return n.target=n.target||n.srcElement||t,n}var n=document.documentElement,r=function(){};n.addEventListener?r=function(e,t,n){e.addEventListener(t,n,!1)}:n.attachEvent&&(r=function(e,n,r){e[n+r]=r.handleEvent?function(){var n=t(e);r.handleEvent.call(r,n)}:function(){var n=t(e);r.call(e,n)},e.attachEvent("on"+n,e[n+r])});var i=function(){};n.removeEventListener?i=function(e,t,n){e.removeEventListener(t,n,!1)}:n.detachEvent&&(i=function(e,t,n){e.detachEvent("on"+t,e[t+n]);try{delete e[t+n]}catch(r){e[t+n]=void 0}});var o={bind:r,unbind:i};"function"==typeof define&&define.amd?define("eventie/eventie",o):e.eventie=o}(this),function(e,t){"function"==typeof define&&define.amd?define(["eventEmitter/EventEmitter","eventie/eventie"],function(n,r){return t(e,n,r)}):"object"==typeof exports?module.exports=t(e,require("wolfy87-eventemitter"),require("eventie")):e.imagesLoaded=t(e,e.EventEmitter,e.eventie)}(window,function(e,t,n){function r(e,t){for(var n in t)e[n]=t[n];return e}function i(e){return"[object Array]"===d.call(e)}function o(e){var t=[];if(i(e))t=e;else if("number"==typeof e.length)for(var n=0,r=e.length;r>n;n++)t.push(e[n]);else t.push(e);return t}function s(e,t,n){if(!(this instanceof s))return new s(e,t);"string"==typeof e&&(e=document.querySelectorAll(e)),this.elements=o(e),this.options=r({},this.options),"function"==typeof t?n=t:r(this.options,t),n&&this.on("always",n),this.getImages(),c&&(this.jqDeferred=new c.Deferred);var i=this;setTimeout(function(){i.check()})}function a(e){this.img=e}function u(e){this.src=e,p[e]=this}var c=e.jQuery,l=e.console,f=void 0!==l,d=Object.prototype.toString;s.prototype=new t,s.prototype.options={},s.prototype.getImages=function(){this.images=[];for(var e=0,t=this.elements.length;t>e;e++){var n=this.elements[e];"IMG"===n.nodeName&&this.addImage(n);var r=n.nodeType;if(r&&(1===r||9===r||11===r))for(var i=n.querySelectorAll("img"),o=0,s=i.length;s>o;o++){var a=i[o];this.addImage(a)}}},s.prototype.addImage=function(e){var t=new a(e);this.images.push(t)},s.prototype.check=function(){function e(e,i){return t.options.debug&&f&&l.log("confirm",e,i),t.progress(e),n++,n===r&&t.complete(),!0}var t=this,n=0,r=this.images.length;if(this.hasAnyBroken=!1,!r)return void this.complete();for(var i=0;r>i;i++){var o=this.images[i];o.on("confirm",e),o.check()}},s.prototype.progress=function(e){this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded;var t=this;setTimeout(function(){t.emit("progress",t,e),t.jqDeferred&&t.jqDeferred.notify&&t.jqDeferred.notify(t,e)})},s.prototype.complete=function(){var e=this.hasAnyBroken?"fail":"done";this.isComplete=!0;var t=this;setTimeout(function(){if(t.emit(e,t),t.emit("always",t),t.jqDeferred){var n=t.hasAnyBroken?"reject":"resolve";t.jqDeferred[n](t)}})},c&&(c.fn.imagesLoaded=function(e,t){return new s(this,e,t).jqDeferred.promise(c(this))}),a.prototype=new t,a.prototype.check=function(){var e=p[this.img.src]||new u(this.img.src);if(e.isConfirmed)return void this.confirm(e.isLoaded,"cached was confirmed");if(this.img.complete&&void 0!==this.img.naturalWidth)return void this.confirm(0!==this.img.naturalWidth,"naturalWidth");var t=this;e.on("confirm",function(e,n){return t.confirm(e.isLoaded,n),!0}),e.check()},a.prototype.confirm=function(e,t){this.isLoaded=e,this.emit("confirm",this,t)};var p={};return u.prototype=new t,u.prototype.check=function(){if(!this.isChecked){var e=new Image;n.bind(e,"load",this),n.bind(e,"error",this),e.src=this.src,this.isChecked=!0}},u.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},u.prototype.onload=function(e){this.confirm(!0,"onload"),this.unbindProxyEvents(e)},u.prototype.onerror=function(e){this.confirm(!1,"onerror"),this.unbindProxyEvents(e)},u.prototype.confirm=function(e,t){this.isConfirmed=!0,this.isLoaded=e,this.emit("confirm",this,t)},u.prototype.unbindProxyEvents=function(e){n.unbind(e.target,"load",this),n.unbind(e.target,"error",this)},s}),function(){if("ontouchstart"in window){var e,t,n,r,i,o,s={};e=function(e,t){return Math.abs(e[0]-t[0])>5||Math.abs(e[1]-t[1])>5},t=function(e){this.startXY=[e.touches[0].clientX,e.touches[0].clientY],this.threshold=!1},n=function(t){if(this.threshold)return!1;this.threshold=e(this.startXY,[t.touches[0].clientX,t.touches[0].clientY])},r=function(t){if(!this.threshold&&!e(this.startXY,[t.changedTouches[0].clientX,t.changedTouches[0].clientY])){var n=t.changedTouches[0],r=document.createEvent("MouseEvents");r.initMouseEvent("click",!0,!0,window,0,n.screenX,n.screenY,n.clientX,n.clientY,!1,!1,!1,!1,0,null),r.simulated=!0,t.target.dispatchEvent(r)}},i=function(e){var t=Date.now(),n=t-s.time,r=e.clientX,i=e.clientY,a=[Math.abs(s.x-r),Math.abs(s.y-i)],u=o(e.target,"A")||e.target,c=u.nodeName,l="A"===c,f=window.navigator.standalone&&l&&e.target.getAttribute("href");if(s.time=t,s.x=r,s.y=i,(!e.simulated&&(n<500||n<1500&&a[0]<50&&a[1]<50)||f)&&(e.preventDefault(),e.stopPropagation(),!f))return!1;f&&(window.location=u.getAttribute("href")),u&&u.classList&&(u.classList.add("energize-focus"),window.setTimeout(function(){u.classList.remove("energize-focus")},150))},o=function(e,t){for(var n=e;n!==document.body;){if(!n||n.nodeName===t)return n;n=n.parentNode}return null},document.addEventListener("touchstart",t,!1),document.addEventListener("touchmove",n,!1),document.addEventListener("touchend",r,!1),document.addEventListener("click",i,!0)}}(),function(){"use strict";function e(e){if(e&&""!==e){$(".lang-selector a").removeClass("active"),$(".lang-selector a[data-language-name='"+e+"']").addClass("active");for(var t=0;t=1){var e=t(location.search).language;if(e)return e;if(-1!=jQuery.inArray(location.search.substr(1),a))return location.search.substr(1)}return!1}function i(e){var r=t(location.search);return r.language?(r.language=e,n(r)):e}function o(e){if(history){var t=window.location.hash;t&&(t=t.replace(/^#+/,"")),history.pushState({},"","?"+i(e)+"#"+t),localStorage.setItem("language",e)}}function s(t){var n=localStorage.getItem("language");a=t;var i=r();i?(e(i),localStorage.setItem("language",i)):e(null!==n&&-1!=jQuery.inArray(n,a)?n:a[0])}var a=[];window.setupLanguages=s,window.activateLanguage=e,window.getLanguageFromQueryString=r,$(function(){$(".lang-selector a").on("click",function(){var t=$(this).data("language-name");return o(t),e(t),!1})})}(),function(){"use strict";function e(){$("h1, h2").each(function(){var e=$(this),t=e.nextUntil("h1, h2");f.add({id:e.prop("id"),title:e.text(),body:t.text()})}),t()}function t(){f.tokenStore.length>5e3&&(c=300)}function n(){s=$(".content"),a=$(".search-results"),$("#input-search").on("keyup",function(e){!function(){return function(e,t){clearTimeout(l),l=setTimeout(e,t)}}()(function(){r(e)},c)})}function r(e){var t=$("#input-search")[0];if(o(),a.addClass("visible"),27===e.keyCode&&(t.value=""),t.value){var n=f.search(t.value).filter(function(e){return e.score>1e-4});n.length?(a.empty(),$.each(n,function(e,t){var n=document.getElementById(t.ref);a.append("
  • "+$(n).text()+"
  • ")}),i.call(t)):(a.html("
  • "),$(".search-results li").text('No Results Found for "'+t.value+'"'))}else o(),a.removeClass("visible")}function i(){this.value&&s.highlight(this.value,u)}function o(){s.unhighlight(u)}var s,a,u={element:"span",className:"search-highlight"},c=0,l=0,f=new lunr.Index;f.ref("id"),f.field("title",{boost:10}),f.field("body"),f.pipeline.add(lunr.trimmer,lunr.stopWordFilter),$(e),$(n)}(),function(){"use strict";function e(e,i,o,s){var a={},u=0,c=0,l=document.title,f=function(){a={},u=$(document).height(),c=$(window).height(),e.find(i).each(function(){var e=$(this).attr("href");"#"===e[0]&&(a[e]=$(e).offset().top)})},d=function(){var n=$(document).scrollTop()+s;n+c>=u&&(n=u+1e3);var r=null;for(var f in a)(a[f]a[r]||null===r)&&(r=f);n!=s||t||(r=window.location.hash,t=!0);var d=e.find("[href='"+r+"']").first();if(!d.hasClass("active")){e.find(".active").removeClass("active"),e.find(".active-parent").removeClass("active-parent"),d.addClass("active"),d.parents(o).addClass("active").siblings(i).addClass("active-parent"),d.siblings(o).addClass("active"),e.find(o).filter(":not(.active)").slideUp(150),e.find(o).filter(".active").slideDown(150),window.history.replaceState&&window.history.replaceState(null,"",r);var p=d.data("title");void 0!==p&&p.length>0?document.title=p+" – "+l:document.title=l}};!function(){f(),d(),$("#nav-button").click(function(){return $(".toc-wrapper").toggleClass("open"),$("#nav-button").toggleClass("open"),!1}),$(".page-wrapper").click(r),$(".toc-link").click(r),e.find(i).click(function(){setTimeout(function(){d()},0)}),$(window).scroll(n(d,200)),$(window).resize(n(f,200))}(),window.recacheHeights=f,window.refreshToc=d}var t=!1,n=function(e,t){var n=!1;return function(){!1===n&&(setTimeout(function(){e(),n=!1},t),n=!0)}},r=function(){$(".toc-wrapper").removeClass("open"),$("#nav-button").removeClass("open")};window.loadToc=e}(),$(function(){loadToc($("#toc"),".toc-link",".toc-list-h2, .toc-list-h3, .toc-list-h4, .toc-list-h5, .toc-list-h6",10),setupLanguages($("body").data("languages")),$(".content").imagesLoaded(function(){window.recacheHeights(),window.refreshToc()})}),window.onpopstate=function(){activateLanguage(getLanguageFromQueryString())}; - + - + NAV @@ -1512,6 +1512,10 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc Go + + PHP + + @@ -1524,7 +1528,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
    • - Wekan REST API v4.93 + Wekan REST API v4.94
    • @@ -1544,12 +1548,12 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
      • - login + login
      • - register + register
      • @@ -1563,47 +1567,47 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
        • - get_public_boards + get_public_boards
        • - new_board + new_board
        • - get_board + get_board
        • - delete_board + delete_board
        • - get_board_attachments + get_board_attachments
        • - exportJson + exportJson
        • - add_board_label + add_board_label
        • - set_board_member_permission + set_board_member_permission
        • - get_boards_from_user + get_boards_from_user
        • @@ -1617,22 +1621,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
          • - get_all_checklists + get_all_checklists
          • - new_checklist + new_checklist
          • - get_checklist + get_checklist
          • - delete_checklist + delete_checklist
          • @@ -1646,17 +1650,17 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
            • - get_checklist_item + get_checklist_item
            • - edit_checklist_item + edit_checklist_item
            • - delete_checklist_item + delete_checklist_item
            • @@ -1670,22 +1674,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
              • - get_all_comments + get_all_comments
              • - new_comment + new_comment
              • - get_comment + get_comment
              • - delete_comment + delete_comment
              • @@ -1699,37 +1703,37 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                • - get_cards_by_custom_field + get_cards_by_custom_field
                • - get_all_cards + get_all_cards
                • - new_card + new_card
                • - get_card + get_card
                • - edit_card + edit_card
                • - delete_card + delete_card
                • - get_swimlane_cards + get_swimlane_cards
                • @@ -1743,22 +1747,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                  • - get_all_custom_fields + get_all_custom_fields
                  • - new_custom_field + new_custom_field
                  • - get_custom_field + get_custom_field
                  • - delete_custom_field + delete_custom_field
                  • @@ -1772,37 +1776,37 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                    • - get_all_integrations + get_all_integrations
                    • - new_integration + new_integration
                    • - get_integration + get_integration
                    • - edit_integration + edit_integration
                    • - delete_integration + delete_integration
                    • - delete_integration_activities + delete_integration_activities
                    • - new_integration_activities + new_integration_activities
                    • @@ -1816,22 +1820,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                      • - get_all_lists + get_all_lists
                      • - new_list + new_list
                      • - get_list + get_list
                      • - delete_list + delete_list
                      • @@ -1845,47 +1849,47 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                        • - add_board_member + add_board_member
                        • - remove_board_member + remove_board_member
                        • - create_user_token + create_user_token
                        • - get_current_user + get_current_user
                        • - get_all_users + get_all_users
                        • - new_user + new_user
                        • - get_user + get_user
                        • - edit_user + edit_user
                        • - delete_user + delete_user
                        • @@ -1899,22 +1903,22 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                          • - get_all_swimlanes + get_all_swimlanes
                          • - new_swimlane + new_swimlane
                          • - get_swimlane + get_swimlane
                          • - delete_swimlane + delete_swimlane
                          • @@ -1928,102 +1932,102 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                            • - Boards + Boards
                            • - BoardsLabels + BoardsLabels
                            • - BoardsMembers + BoardsMembers
                            • - CardComments + CardComments
                            • - Cards + Cards
                            • - CardsVote + CardsVote
                            • - CardsCustomfields + CardsCustomfields
                            • - ChecklistItems + ChecklistItems
                            • - Checklists + Checklists
                            • - CustomFields + CustomFields
                            • - CustomFieldsSettings + CustomFieldsSettings
                            • - CustomFieldsSettingsDropdownitems + CustomFieldsSettingsDropdownitems
                            • - Integrations + Integrations
                            • - Lists + Lists
                            • - ListsWiplimit + ListsWiplimit
                            • - Swimlanes + Swimlanes
                            • - Users + Users
                            • - UsersEmails + UsersEmails
                            • - UsersProfile + UsersProfile
                            • - UsersSessiondata + UsersSessiondata
                            • @@ -2042,7 +2046,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                              -

                              Wekan REST API v4.93

                              +

                              Wekan REST API v4.94

                              Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

                              @@ -2074,25 +2078,25 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
                              # You can also use wget
                               curl -X POST /users/login \
                              -  -H 'Content-Type: application/x-www-form-urlencoded' \
                              -  -H 'Accept: */*'
                              +  -H 'Content-Type: application/x-www-form-urlencoded' \
                              +  -H 'Accept: */*'
                               
                               
                              -
                              POST /users/login HTTP/1.1
                              +
                              POST /users/login HTTP/1.1
                               
                              -Content-Type: application/x-www-form-urlencoded
                              -Accept: */*
                              +Content-Type: application/x-www-form-urlencoded
                              +Accept: */*
                               
                              -
                              +
                              var headers = {
                              -  'Content-Type':'application/x-www-form-urlencoded',
                              -  'Accept':'*/*'
                              +  'Content-Type':'application/x-www-form-urlencoded',
                              +  'Accept':'*/*'
                               
                               };
                               
                               $.ajax({
                              -  url: '/users/login',
                              -  method: 'post',
                              +  url: '/users/login',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -2101,20 +2105,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "username": "string",
                              -  "password": "pa$$word"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "username": "string",
                              +  "password": "pa$$word"
                              +}';
                               const headers = {
                              -  'Content-Type':'application/x-www-form-urlencoded',
                              -  'Accept':'*/*'
                              +  'Content-Type':'application/x-www-form-urlencoded',
                              +  'Accept':'*/*'
                               
                               };
                               
                              -fetch('/users/login',
                              +fetch('/users/login',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -2125,15 +2129,15 @@ fetch('/users/login',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'application/x-www-form-urlencoded',
                              -  'Accept' => '*/*'
                              +  'Content-Type' => 'application/x-www-form-urlencoded',
                              +  'Accept' => '*/*'
                               }
                               
                              -result = RestClient.post '/users/login',
                              +result = RestClient.post '/users/login',
                                 params: {
                                 }, headers: headers
                               
                              @@ -2142,20 +2146,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'application/x-www-form-urlencoded',
                              -  'Accept': '*/*'
                              +  'Content-Type': 'application/x-www-form-urlencoded',
                              +  'Accept': '*/*'
                               }
                               
                              -r = requests.post('/users/login', params={
                              +r = requests.post('/users/login', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/users/login");
                              +
                              URL obj = new URL("/users/login");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -2171,20 +2175,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"application/x-www-form-urlencoded"},
                              -        "Accept": []string{"*/*"},
                              +        "Content-Type": []string{"application/x-www-form-urlencoded"},
                              +        "Accept": []string{"*/*"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/users/login", data)
                              +    req, err := http.NewRequest("POST", "/users/login", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -2192,6 +2196,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/x-www-form-urlencoded',
                              +    'Accept' => '*/*',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/users/login', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /users/login

                              Login with REST API

                              @@ -2348,25 +2378,25 @@ This operation does not require authentication
                              # You can also use wget
                               curl -X POST /users/register \
                              -  -H 'Content-Type: application/x-www-form-urlencoded' \
                              -  -H 'Accept: */*'
                              +  -H 'Content-Type: application/x-www-form-urlencoded' \
                              +  -H 'Accept: */*'
                               
                               
                              -
                              POST /users/register HTTP/1.1
                              +
                              POST /users/register HTTP/1.1
                               
                              -Content-Type: application/x-www-form-urlencoded
                              -Accept: */*
                              +Content-Type: application/x-www-form-urlencoded
                              +Accept: */*
                               
                              -
                              +
                              var headers = {
                              -  'Content-Type':'application/x-www-form-urlencoded',
                              -  'Accept':'*/*'
                              +  'Content-Type':'application/x-www-form-urlencoded',
                              +  'Accept':'*/*'
                               
                               };
                               
                               $.ajax({
                              -  url: '/users/register',
                              -  method: 'post',
                              +  url: '/users/register',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -2375,21 +2405,21 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "username": "string",
                              -  "password": "pa$$word",
                              -  "email": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "username": "string",
                              +  "password": "pa$$word",
                              +  "email": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'application/x-www-form-urlencoded',
                              -  'Accept':'*/*'
                              +  'Content-Type':'application/x-www-form-urlencoded',
                              +  'Accept':'*/*'
                               
                               };
                               
                              -fetch('/users/register',
                              +fetch('/users/register',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -2400,15 +2430,15 @@ fetch('/users/register',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'application/x-www-form-urlencoded',
                              -  'Accept' => '*/*'
                              +  'Content-Type' => 'application/x-www-form-urlencoded',
                              +  'Accept' => '*/*'
                               }
                               
                              -result = RestClient.post '/users/register',
                              +result = RestClient.post '/users/register',
                                 params: {
                                 }, headers: headers
                               
                              @@ -2417,20 +2447,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'application/x-www-form-urlencoded',
                              -  'Accept': '*/*'
                              +  'Content-Type': 'application/x-www-form-urlencoded',
                              +  'Accept': '*/*'
                               }
                               
                              -r = requests.post('/users/register', params={
                              +r = requests.post('/users/register', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/users/register");
                              +
                              URL obj = new URL("/users/register");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -2446,20 +2476,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"application/x-www-form-urlencoded"},
                              -        "Accept": []string{"*/*"},
                              +        "Content-Type": []string{"application/x-www-form-urlencoded"},
                              +        "Accept": []string{"*/*"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/users/register", data)
                              +    req, err := http.NewRequest("POST", "/users/register", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -2467,6 +2497,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/x-www-form-urlencoded',
                              +    'Accept' => '*/*',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/users/register', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /users/register

                              Register with REST API

                              @@ -2636,24 +2692,24 @@ This operation does not require authentication
                              # You can also use wget
                               curl -X GET /api/boards \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards HTTP/1.1
                              +
                              GET /api/boards HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards',
                              -  method: 'get',
                              +  url: '/api/boards',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -2662,17 +2718,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards',
                              +fetch('/api/boards',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -2683,15 +2739,15 @@ fetch('/api/boards',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards',
                              +result = RestClient.get '/api/boards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -2700,20 +2756,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards', params={
                              +r = requests.get('/api/boards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards");
                              +
                              URL obj = new URL("/api/boards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -2729,20 +2785,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards", data)
                              +    req, err := http.NewRequest("GET", "/api/boards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -2750,6 +2806,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards

                              Get all public boards

                              @@ -2761,8 +2843,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string"
                              +    "_id": "string",
                              +    "title": "string"
                                 }
                               ]
                               
                              @@ -2825,27 +2907,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards HTTP/1.1
                              +
                              POST /api/boards HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards',
                              -  method: 'post',
                              +  url: '/api/boards',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -2854,28 +2936,28 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "title": "string",
                              -  "owner": "string",
                              -  "isAdmin": true,
                              -  "isActive": true,
                              -  "isNoComments": true,
                              -  "isCommentOnly": true,
                              -  "isWorker": true,
                              -  "permission": "string",
                              -  "color": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "title": "string",
                              +  "owner": "string",
                              +  "isAdmin": true,
                              +  "isActive": true,
                              +  "isNoComments": true,
                              +  "isCommentOnly": true,
                              +  "isWorker": true,
                              +  "permission": "string",
                              +  "color": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards',
                              +fetch('/api/boards',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -2886,16 +2968,16 @@ fetch('/api/boards',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards',
                              +result = RestClient.post '/api/boards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -2904,21 +2986,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards', params={
                              +r = requests.post('/api/boards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards");
                              +
                              URL obj = new URL("/api/boards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -2934,21 +3016,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards", data)
                              +    req, err := http.NewRequest("POST", "/api/boards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -2956,6 +3038,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards

                              Create a board

                              @@ -3074,8 +3183,8 @@ want public Wekan board

                              200 Response

                              {
                              -  "_id": "string",
                              -  "defaultSwimlaneId": "string"
                              +  "_id": "string",
                              +  "defaultSwimlaneId": "string"
                               }
                               

                              Responses

                              @@ -3137,24 +3246,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board} HTTP/1.1
                              +
                              GET /api/boards/{board} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -3163,17 +3272,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}',
                              +fetch('/api/boards/{board}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -3184,15 +3293,15 @@ fetch('/api/boards/{board}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}',
                              +result = RestClient.get '/api/boards/{board}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -3201,20 +3310,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}', params={
                              +r = requests.get('/api/boards/{board}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}");
                              +
                              URL obj = new URL("/api/boards/{board}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -3230,20 +3339,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -3251,6 +3360,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}

                              Get the board with that particular ID

                              @@ -3275,7 +3410,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board to retrieve the data

                              Example responses

                              @@ -3284,61 +3419,61 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "title": "string",
                              -  "slug": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "stars": 0,
                              -  "labels": [
                              +  "title": "string",
                              +  "slug": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "stars": 0,
                              +  "labels": [
                                   {
                              -      "_id": "string",
                              -      "name": "string",
                              -      "color": "green"
                              +      "_id": "string",
                              +      "name": "string",
                              +      "color": "green"
                                   }
                                 ],
                              -  "members": [
                              +  "members": [
                                   {
                              -      "userId": "string",
                              -      "isAdmin": true,
                              -      "isActive": true,
                              -      "isNoComments": true,
                              -      "isCommentOnly": true,
                              -      "isWorker": true
                              +      "userId": "string",
                              +      "isAdmin": true,
                              +      "isActive": true,
                              +      "isNoComments": true,
                              +      "isCommentOnly": true,
                              +      "isWorker": true
                                   }
                                 ],
                              -  "permission": "public",
                              -  "color": "belize",
                              -  "description": "string",
                              -  "subtasksDefaultBoardId": "string",
                              -  "subtasksDefaultListId": "string",
                              -  "dateSettingsDefaultBoardId": "string",
                              -  "dateSettingsDefaultListId": "string",
                              -  "allowsSubtasks": true,
                              -  "allowsAttachments": true,
                              -  "allowsChecklists": true,
                              -  "allowsComments": true,
                              -  "allowsDescriptionTitle": true,
                              -  "allowsDescriptionText": true,
                              -  "allowsActivities": true,
                              -  "allowsLabels": true,
                              -  "allowsAssignee": true,
                              -  "allowsMembers": true,
                              -  "allowsRequestedBy": true,
                              -  "allowsAssignedBy": true,
                              -  "allowsReceivedDate": true,
                              -  "allowsStartDate": true,
                              -  "allowsEndDate": true,
                              -  "allowsDueDate": true,
                              -  "presentParentTask": "prefix-with-full-path",
                              -  "startAt": "string",
                              -  "dueAt": "string",
                              -  "endAt": "string",
                              -  "spentTime": 0,
                              -  "isOvertime": true,
                              -  "type": "string",
                              -  "sort": 0
                              +  "permission": "public",
                              +  "color": "belize",
                              +  "description": "string",
                              +  "subtasksDefaultBoardId": "string",
                              +  "subtasksDefaultListId": "string",
                              +  "dateSettingsDefaultBoardId": "string",
                              +  "dateSettingsDefaultListId": "string",
                              +  "allowsSubtasks": true,
                              +  "allowsAttachments": true,
                              +  "allowsChecklists": true,
                              +  "allowsComments": true,
                              +  "allowsDescriptionTitle": true,
                              +  "allowsDescriptionText": true,
                              +  "allowsActivities": true,
                              +  "allowsLabels": true,
                              +  "allowsAssignee": true,
                              +  "allowsMembers": true,
                              +  "allowsRequestedBy": true,
                              +  "allowsAssignedBy": true,
                              +  "allowsReceivedDate": true,
                              +  "allowsStartDate": true,
                              +  "allowsEndDate": true,
                              +  "allowsDueDate": true,
                              +  "presentParentTask": "prefix-with-full-path",
                              +  "startAt": "string",
                              +  "dueAt": "string",
                              +  "endAt": "string",
                              +  "spentTime": 0,
                              +  "isOvertime": true,
                              +  "type": "string",
                              +  "sort": 0
                               }
                               

                              Responses

                              @@ -3371,20 +3506,20 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board} \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board} HTTP/1.1
                              +
                              DELETE /api/boards/{board} HTTP/1.1
                               
                              -
                              +
                              var headers = {
                              -  'Authorization':'API_KEY'
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -3393,16 +3528,16 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Authorization':'API_KEY'
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}',
                              +fetch('/api/boards/{board}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -3413,14 +3548,14 @@ fetch('/api/boards/{board}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Authorization' => 'API_KEY'
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}',
                              +result = RestClient.delete '/api/boards/{board}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -3429,19 +3564,19 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Authorization': 'API_KEY'
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}', params={
                              +r = requests.delete('/api/boards/{board}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}");
                              +
                              URL obj = new URL("/api/boards/{board}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -3457,19 +3592,19 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Authorization": []string{"API_KEY"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -3477,6 +3612,31 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}

                              Delete a board

                              @@ -3501,7 +3661,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board

                              Responses

                              @@ -3533,24 +3693,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/attachments \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/attachments HTTP/1.1
                              +
                              GET /api/boards/{board}/attachments HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/attachments',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/attachments',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -3559,17 +3719,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/attachments',
                              +fetch('/api/boards/{board}/attachments',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -3580,15 +3740,15 @@ fetch('/api/boards/{board}/attachments',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/attachments',
                              +result = RestClient.get '/api/boards/{board}/attachments',
                                 params: {
                                 }, headers: headers
                               
                              @@ -3597,20 +3757,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/attachments', params={
                              +r = requests.get('/api/boards/{board}/attachments', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/attachments");
                              +
                              URL obj = new URL("/api/boards/{board}/attachments");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -3626,20 +3786,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/attachments", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/attachments", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -3647,6 +3807,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/attachments', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/attachments

                              Get the list of attachments of a board

                              @@ -3671,7 +3857,7 @@ System.out.println(response.toString());
                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              Example responses

                              @@ -3681,12 +3867,12 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "attachmentId": "string",
                              -    "attachmentName": "string",
                              -    "attachmentType": "string",
                              -    "cardId": "string",
                              -    "listId": "string",
                              -    "swimlaneId": "string"
                              +    "attachmentId": "string",
                              +    "attachmentName": "string",
                              +    "attachmentType": "string",
                              +    "cardId": "string",
                              +    "listId": "string",
                              +    "swimlaneId": "string"
                                 }
                               ]
                               
                              @@ -3777,20 +3963,20 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/export \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/export HTTP/1.1
                              +
                              GET /api/boards/{board}/export HTTP/1.1
                               
                              -
                              +
                              var headers = {
                              -  'Authorization':'API_KEY'
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/export',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/export',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -3799,16 +3985,16 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Authorization':'API_KEY'
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/export',
                              +fetch('/api/boards/{board}/export',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -3819,14 +4005,14 @@ fetch('/api/boards/{board}/export',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Authorization' => 'API_KEY'
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/export',
                              +result = RestClient.get '/api/boards/{board}/export',
                                 params: {
                                 }, headers: headers
                               
                              @@ -3835,19 +4021,19 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Authorization': 'API_KEY'
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/export', params={
                              +r = requests.get('/api/boards/{board}/export', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/export");
                              +
                              URL obj = new URL("/api/boards/{board}/export");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -3863,19 +4049,19 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Authorization": []string{"API_KEY"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/export", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/export", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -3883,6 +4069,31 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/export', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/export

                              This route is used to export the board to a json file format.

                              @@ -3911,7 +4122,7 @@ for detailed explanations

                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board we are exporting

                              Responses

                              @@ -3943,27 +4154,27 @@ UserSecurity
                              # You can also use wget
                               curl -X PUT /api/boards/{board}/labels \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              PUT /api/boards/{board}/labels HTTP/1.1
                              +
                              PUT /api/boards/{board}/labels HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/labels',
                              -  method: 'put',
                              +  url: '/api/boards/{board}/labels',
                              +  method: 'put',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -3972,20 +4183,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "label": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "label": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/labels',
                              +fetch('/api/boards/{board}/labels',
                               {
                              -  method: 'PUT',
                              +  method: 'PUT',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -3996,16 +4207,16 @@ fetch('/api/boards/{board}/labels',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.put '/api/boards/{board}/labels',
                              +result = RestClient.put '/api/boards/{board}/labels',
                                 params: {
                                 }, headers: headers
                               
                              @@ -4014,21 +4225,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.put('/api/boards/{board}/labels', params={
                              +r = requests.put('/api/boards/{board}/labels', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/labels");
                              +
                              URL obj = new URL("/api/boards/{board}/labels");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("PUT");
                              +con.setRequestMethod("PUT");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -4044,21 +4255,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("PUT", "/api/boards/{board}/labels", data)
                              +    req, err := http.NewRequest("PUT", "/api/boards/{board}/labels", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -4066,6 +4277,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('PUT','/api/boards/{board}/labels', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              PUT /api/boards/{board}/labels

                              Add a label to a board

                              @@ -4112,7 +4350,7 @@ adds the label to the board.

                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board

                              Example responses

                              @@ -4120,7 +4358,7 @@ adds the label to the board.

                              200 Response

                              -
                              "string"
                              +
                              "string"
                               

                              Responses

                              @@ -4152,24 +4390,24 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/members/{member} \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/members/{member} HTTP/1.1
                              +
                              POST /api/boards/{board}/members/{member} HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/members/{member}',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/members/{member}',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -4178,22 +4416,22 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "isAdmin": true,
                              -  "isNoComments": true,
                              -  "isCommentOnly": true,
                              -  "isWorker": true
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "isAdmin": true,
                              +  "isNoComments": true,
                              +  "isCommentOnly": true,
                              +  "isWorker": true
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/members/{member}',
                              +fetch('/api/boards/{board}/members/{member}',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -4204,15 +4442,15 @@ fetch('/api/boards/{board}/members/{member}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/members/{member}',
                              +result = RestClient.post '/api/boards/{board}/members/{member}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -4221,20 +4459,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/members/{member}', params={
                              +r = requests.post('/api/boards/{board}/members/{member}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/members/{member}");
                              +
                              URL obj = new URL("/api/boards/{board}/members/{member}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -4250,20 +4488,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{member}", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{member}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -4271,6 +4509,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/members/{member}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/members/{member}

                              Change the permission of a member of a board

                              @@ -4346,7 +4610,7 @@ System.out.println(response.toString());
                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board that we are changing

                              member: the ID of the user to change permissions

                              Responses

                              @@ -4379,24 +4643,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/users/{user}/boards \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/users/{user}/boards HTTP/1.1
                              +
                              GET /api/users/{user}/boards HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users/{user}/boards',
                              -  method: 'get',
                              +  url: '/api/users/{user}/boards',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -4405,17 +4669,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users/{user}/boards',
                              +fetch('/api/users/{user}/boards',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -4426,15 +4690,15 @@ fetch('/api/users/{user}/boards',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/users/{user}/boards',
                              +result = RestClient.get '/api/users/{user}/boards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -4443,20 +4707,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/users/{user}/boards', params={
                              +r = requests.get('/api/users/{user}/boards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users/{user}/boards");
                              +
                              URL obj = new URL("/api/users/{user}/boards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -4472,20 +4736,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/users/{user}/boards", data)
                              +    req, err := http.NewRequest("GET", "/api/users/{user}/boards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -4493,6 +4757,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/users/{user}/boards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/users/{user}/boards

                              Get all boards attached to a user

                              @@ -4517,7 +4807,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              user: the ID of the user to retrieve the data

                              Example responses

                              @@ -4527,8 +4817,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string"
                              +    "_id": "string",
                              +    "title": "string"
                                 }
                               ]
                               
                              @@ -4592,24 +4882,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cards/{card}/checklists \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cards/{card}/checklists HTTP/1.1
                              +
                              GET /api/boards/{board}/cards/{card}/checklists HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cards/{card}/checklists',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -4618,17 +4908,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists',
                              +fetch('/api/boards/{board}/cards/{card}/checklists',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -4639,15 +4929,15 @@ fetch('/api/boards/{board}/cards/{card}/checklists'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cards/{card}/checklists',
                              +result = RestClient.get '/api/boards/{board}/cards/{card}/checklists',
                                 params: {
                                 }, headers: headers
                               
                              @@ -4656,20 +4946,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cards/{card}/checklists', params={
                              +r = requests.get('/api/boards/{board}/cards/{card}/checklists', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -4685,20 +4975,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -4706,6 +4996,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cards/{card}/checklists', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cards/{card}/checklists

                              Get the list of checklists attached to a card

                              @@ -4737,7 +5053,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              @@ -4748,8 +5064,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string"
                              +    "_id": "string",
                              +    "title": "string"
                                 }
                               ]
                               
                              @@ -4812,27 +5128,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/cards/{card}/checklists \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/cards/{card}/checklists HTTP/1.1
                              +
                              POST /api/boards/{board}/cards/{card}/checklists HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/cards/{card}/checklists',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -4841,21 +5157,21 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "title": "string",
                              -  "items": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "title": "string",
                              +  "items": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists',
                              +fetch('/api/boards/{board}/cards/{card}/checklists',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -4866,16 +5182,16 @@ fetch('/api/boards/{board}/cards/{card}/checklists'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/cards/{card}/checklists',
                              +result = RestClient.post '/api/boards/{board}/cards/{card}/checklists',
                                 params: {
                                 }, headers: headers
                               
                              @@ -4884,21 +5200,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/cards/{card}/checklists', params={
                              +r = requests.post('/api/boards/{board}/cards/{card}/checklists', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -4914,21 +5230,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/cards/{card}/checklists", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/cards/{card}/checklists", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -4936,6 +5252,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/cards/{card}/checklists', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/cards/{card}/checklists

                              create a new checklist

                              @@ -4995,7 +5338,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              @@ -5005,7 +5348,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -5060,24 +5403,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cards/{card}/checklists/{checklist} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cards/{card}/checklists/{checklist} HTTP/1.1
                              +
                              GET /api/boards/{board}/cards/{card}/checklists/{checklist} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -5086,17 +5429,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -5107,15 +5450,15 @@ fetch('/api/boards/{board}/cards/{card}/checklists/{ch
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +result = RestClient.get '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -5124,20 +5467,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cards/{card}/checklists/{checklist}', params={
                              +r = requests.get('/api/boards/{board}/cards/{card}/checklists/{checklist}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -5153,20 +5496,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists/{checklist}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists/{checklist}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -5174,6 +5517,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cards/{card}/checklists/{checklist}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cards/{card}/checklists/{checklist}

                              Get a checklist

                              @@ -5212,7 +5581,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              checklist: the ID of the checklist

                              @@ -5223,16 +5592,16 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "cardId": "string",
                              -  "title": "string",
                              -  "finishedAt": "string",
                              -  "createdAt": "string",
                              -  "sort": 0,
                              -  "items": [
                              +  "cardId": "string",
                              +  "title": "string",
                              +  "finishedAt": "string",
                              +  "createdAt": "string",
                              +  "sort": 0,
                              +  "items": [
                                   {
                              -      "_id": "string",
                              -      "title": "string",
                              -      "isFinished": true
                              +      "_id": "string",
                              +      "title": "string",
                              +      "isFinished": true
                                   }
                                 ]
                               }
                              @@ -5345,24 +5714,24 @@ UserSecurity
                               
                               
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/cards/{card}/checklists/{checklist} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -5371,17 +5740,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -5392,15 +5761,15 @@ fetch('/api/boards/{board}/cards/{card}/checklists/{ch
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                              +result = RestClient.delete '/api/boards/{board}/cards/{card}/checklists/{checklist}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -5409,20 +5778,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/cards/{card}/checklists/{checklist}', params={
                              +r = requests.delete('/api/boards/{board}/cards/{card}/checklists/{checklist}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -5438,20 +5807,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/checklists/{checklist}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/checklists/{checklist}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -5459,6 +5828,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/cards/{card}/checklists/{checklist}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist}

                              Delete a checklist

                              @@ -5498,7 +5893,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              checklist: the ID of the checklist to remove

                              @@ -5509,7 +5904,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -5565,24 +5960,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                              +
                              GET /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -5591,17 +5986,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -5612,15 +6007,15 @@ fetch('/api/boards/{board}/cards/{card}/checklists/{ch
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +result = RestClient.get '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -5629,20 +6024,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                              +r = requests.get('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -5658,20 +6053,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -5679,6 +6074,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}

                              Get a checklist item

                              @@ -5724,7 +6145,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              checklist: the checklist ID

                              @@ -5736,13 +6157,13 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "title": "string",
                              -  "sort": 0,
                              -  "isFinished": true,
                              -  "checklistId": "string",
                              -  "cardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string"
                              +  "title": "string",
                              +  "sort": 0,
                              +  "isFinished": true,
                              +  "checklistId": "string",
                              +  "cardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string"
                               }
                               

                              Responses

                              @@ -5775,27 +6196,27 @@ UserSecurity
                              # You can also use wget
                               curl -X PUT /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              PUT /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                              +
                              PUT /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              -  method: 'put',
                              +  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +  method: 'put',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -5804,21 +6225,21 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "isFinished": "string",
                              -  "title": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "isFinished": "string",
                              +  "title": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                               {
                              -  method: 'PUT',
                              +  method: 'PUT',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -5829,16 +6250,16 @@ fetch('/api/boards/{board}/cards/{card}/checklists/{ch
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.put '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +result = RestClient.put '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -5847,21 +6268,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.put('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                              +r = requests.put('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("PUT");
                              +con.setRequestMethod("PUT");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -5877,21 +6298,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("PUT", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                              +    req, err := http.NewRequest("PUT", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -5899,6 +6320,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('PUT','/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              PUT /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}

                              Edit a checklist item

                              @@ -5972,7 +6420,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              checklist: the checklist ID

                              @@ -5984,7 +6432,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -6039,24 +6487,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -6065,17 +6513,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +fetch('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -6086,15 +6534,15 @@ fetch('/api/boards/{board}/cards/{card}/checklists/{ch
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                              +result = RestClient.delete '/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -6103,20 +6551,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                              +r = requests.delete('/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -6132,20 +6580,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -6153,6 +6601,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/cards/{card}/checklists/{checklist}/items/{item}

                              Delete a checklist item

                              @@ -6199,7 +6673,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              card: the card ID

                              checklist: the checklist ID

                              @@ -6211,7 +6685,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -6267,24 +6741,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cards/{card}/comments \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cards/{card}/comments HTTP/1.1
                              +
                              GET /api/boards/{board}/cards/{card}/comments HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/comments',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cards/{card}/comments',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -6293,17 +6767,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/comments',
                              +fetch('/api/boards/{board}/cards/{card}/comments',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -6314,15 +6788,15 @@ fetch('/api/boards/{board}/cards/{card}/comments'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cards/{card}/comments',
                              +result = RestClient.get '/api/boards/{board}/cards/{card}/comments',
                                 params: {
                                 }, headers: headers
                               
                              @@ -6331,20 +6805,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cards/{card}/comments', params={
                              +r = requests.get('/api/boards/{board}/cards/{card}/comments', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -6360,20 +6834,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/comments", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/comments", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -6381,6 +6855,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cards/{card}/comments', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cards/{card}/comments

                              Get all comments attached to a card

                              @@ -6412,7 +6912,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              card: the ID of the card

                              @@ -6423,9 +6923,9 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "comment": "string",
                              -    "authorId": "string"
                              +    "_id": "string",
                              +    "comment": "string",
                              +    "authorId": "string"
                                 }
                               ]
                               
                              @@ -6495,27 +6995,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/cards/{card}/comments \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/cards/{card}/comments HTTP/1.1
                              +
                              POST /api/boards/{board}/cards/{card}/comments HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/comments',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/cards/{card}/comments',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -6524,21 +7024,21 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "authorId": "string",
                              -  "comment": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "authorId": "string",
                              +  "comment": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/comments',
                              +fetch('/api/boards/{board}/cards/{card}/comments',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -6549,16 +7049,16 @@ fetch('/api/boards/{board}/cards/{card}/comments'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/cards/{card}/comments',
                              +result = RestClient.post '/api/boards/{board}/cards/{card}/comments',
                                 params: {
                                 }, headers: headers
                               
                              @@ -6567,21 +7067,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/cards/{card}/comments', params={
                              +r = requests.post('/api/boards/{board}/cards/{card}/comments', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -6597,21 +7097,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/cards/{card}/comments", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/cards/{card}/comments", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -6619,6 +7119,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/cards/{card}/comments', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/cards/{card}/comments

                              Add a comment on a card

                              @@ -6678,7 +7205,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              card: the ID of the card

                              @@ -6688,7 +7215,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -6743,24 +7270,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cards/{card}/comments/{comment} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cards/{card}/comments/{comment} HTTP/1.1
                              +
                              GET /api/boards/{board}/cards/{card}/comments/{comment} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/comments/{comment}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cards/{card}/comments/{comment}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -6769,17 +7296,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/comments/{comment}',
                              +fetch('/api/boards/{board}/cards/{card}/comments/{comment}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -6790,15 +7317,15 @@ fetch('/api/boards/{board}/cards/{card}/comments/{comm
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cards/{card}/comments/{comment}',
                              +result = RestClient.get '/api/boards/{board}/cards/{card}/comments/{comment}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -6807,20 +7334,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cards/{card}/comments/{comment}', params={
                              +r = requests.get('/api/boards/{board}/cards/{card}/comments/{comment}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments/{comment}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments/{comment}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -6836,20 +7363,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/comments/{comment}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cards/{card}/comments/{comment}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -6857,6 +7384,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cards/{card}/comments/{comment}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cards/{card}/comments/{comment}

                              Get a comment on a card

                              @@ -6895,7 +7448,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              card: the ID of the card

                              comment: the ID of the comment to retrieve

                              @@ -6906,12 +7459,12 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "boardId": "string",
                              -  "cardId": "string",
                              -  "text": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "boardId": "string",
                              +  "cardId": "string",
                              +  "text": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               

                              Responses

                              @@ -6944,24 +7497,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/cards/{card}/comments/{comment} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/cards/{card}/comments/{comment} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/cards/{card}/comments/{comment} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cards/{card}/comments/{comment}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/cards/{card}/comments/{comment}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -6970,17 +7523,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cards/{card}/comments/{comment}',
                              +fetch('/api/boards/{board}/cards/{card}/comments/{comment}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -6991,15 +7544,15 @@ fetch('/api/boards/{board}/cards/{card}/comments/{comm
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/cards/{card}/comments/{comment}',
                              +result = RestClient.delete '/api/boards/{board}/cards/{card}/comments/{comment}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -7008,20 +7561,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/cards/{card}/comments/{comment}', params={
                              +r = requests.delete('/api/boards/{board}/cards/{card}/comments/{comment}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments/{comment}");
                              +
                              URL obj = new URL("/api/boards/{board}/cards/{card}/comments/{comment}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -7037,20 +7590,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/comments/{comment}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/cards/{card}/comments/{comment}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -7058,6 +7611,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/cards/{card}/comments/{comment}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/cards/{card}/comments/{comment}

                              Delete a comment on a card

                              @@ -7096,7 +7675,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              card: the ID of the card

                              comment: the ID of the comment to delete

                              @@ -7107,7 +7686,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -7163,24 +7742,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue} HTTP/1.1
                              +
                              GET /api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -7189,17 +7768,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                              +fetch('/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -7210,15 +7789,15 @@ fetch('/api/boards/{board}/cardsByCustomField/{customF
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                              +result = RestClient.get '/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -7227,20 +7806,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}', params={
                              +r = requests.get('/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}");
                              +
                              URL obj = new URL("/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -7256,20 +7835,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -7277,6 +7856,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}

                              Get all Cards that matchs a value of a specific custom field

                              @@ -7315,7 +7920,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              customField: the list ID

                              customFieldValue: the value to look for

                              @@ -7327,11 +7932,11 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string",
                              -    "description": "string",
                              -    "listId": "string",
                              -    "swinlaneId": "string"
                              +    "_id": "string",
                              +    "title": "string",
                              +    "description": "string",
                              +    "listId": "string",
                              +    "swinlaneId": "string"
                                 }
                               ]
                               
                              @@ -7415,24 +8020,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/lists/{list}/cards \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/lists/{list}/cards HTTP/1.1
                              +
                              GET /api/boards/{board}/lists/{list}/cards HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}/cards',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/lists/{list}/cards',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -7441,17 +8046,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}/cards',
                              +fetch('/api/boards/{board}/lists/{list}/cards',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -7462,15 +8067,15 @@ fetch('/api/boards/{board}/lists/{list}/cards',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/lists/{list}/cards',
                              +result = RestClient.get '/api/boards/{board}/lists/{list}/cards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -7479,20 +8084,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/lists/{list}/cards', params={
                              +r = requests.get('/api/boards/{board}/lists/{list}/cards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -7508,20 +8113,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}/cards", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}/cards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -7529,6 +8134,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/lists/{list}/cards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/lists/{list}/cards

                              Get all Cards attached to a List

                              @@ -7560,7 +8191,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              list: the list ID

                              @@ -7571,9 +8202,9 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string",
                              -    "description": "string"
                              +    "_id": "string",
                              +    "title": "string",
                              +    "description": "string"
                                 }
                               ]
                               
                              @@ -7643,27 +8274,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/lists/{list}/cards \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/lists/{list}/cards HTTP/1.1
                              +
                              POST /api/boards/{board}/lists/{list}/cards HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}/cards',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/lists/{list}/cards',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -7672,25 +8303,25 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "authorId": "string",
                              -  "members": "string",
                              -  "assignees": "string",
                              -  "title": "string",
                              -  "description": "string",
                              -  "swimlaneId": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "authorId": "string",
                              +  "members": "string",
                              +  "assignees": "string",
                              +  "title": "string",
                              +  "description": "string",
                              +  "swimlaneId": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}/cards',
                              +fetch('/api/boards/{board}/lists/{list}/cards',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -7701,16 +8332,16 @@ fetch('/api/boards/{board}/lists/{list}/cards',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/lists/{list}/cards',
                              +result = RestClient.post '/api/boards/{board}/lists/{list}/cards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -7719,21 +8350,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/lists/{list}/cards', params={
                              +r = requests.post('/api/boards/{board}/lists/{list}/cards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -7749,21 +8380,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/lists/{list}/cards", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/lists/{list}/cards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -7771,6 +8402,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/lists/{list}/cards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/lists/{list}/cards

                              Create a new Card

                              @@ -7862,7 +8520,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the new card

                              list: the list ID of the new card

                              @@ -7872,7 +8530,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -7927,24 +8585,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/lists/{list}/cards/{card} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                              +
                              GET /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -7953,17 +8611,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                              +fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -7974,15 +8632,15 @@ fetch('/api/boards/{board}/lists/{list}/cards/{card}'<
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/lists/{list}/cards/{card}',
                              +result = RestClient.get '/api/boards/{board}/lists/{list}/cards/{card}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -7991,20 +8649,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/lists/{list}/cards/{card}', params={
                              +r = requests.get('/api/boards/{board}/lists/{list}/cards/{card}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -8020,20 +8678,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -8041,6 +8699,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/lists/{list}/cards/{card}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/lists/{list}/cards/{card}

                              Get a Card

                              @@ -8079,7 +8763,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              list: the list ID of the card

                              card: the card ID

                              @@ -8090,55 +8774,55 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "title": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "parentId": "string",
                              -  "listId": "string",
                              -  "swimlaneId": "string",
                              -  "boardId": "string",
                              -  "coverId": "string",
                              -  "color": "white",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "customFields": [
                              +  "title": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "parentId": "string",
                              +  "listId": "string",
                              +  "swimlaneId": "string",
                              +  "boardId": "string",
                              +  "coverId": "string",
                              +  "color": "white",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "customFields": [
                                   {}
                                 ],
                              -  "dateLastActivity": "string",
                              -  "description": "string",
                              -  "requestedBy": "string",
                              -  "assignedBy": "string",
                              -  "labelIds": [
                              -    "string"
                              +  "dateLastActivity": "string",
                              +  "description": "string",
                              +  "requestedBy": "string",
                              +  "assignedBy": "string",
                              +  "labelIds": [
                              +    "string"
                                 ],
                              -  "members": [
                              -    "string"
                              +  "members": [
                              +    "string"
                                 ],
                              -  "assignees": [
                              -    "string"
                              +  "assignees": [
                              +    "string"
                                 ],
                              -  "receivedAt": "string",
                              -  "startAt": "string",
                              -  "dueAt": "string",
                              -  "endAt": "string",
                              -  "spentTime": 0,
                              -  "isOvertime": true,
                              -  "userId": "string",
                              -  "sort": 0,
                              -  "subtaskSort": 0,
                              -  "type": "string",
                              -  "linkedId": "string",
                              -  "vote": {
                              -    "question": "string",
                              -    "positive": [
                              -      "string"
                              +  "receivedAt": "string",
                              +  "startAt": "string",
                              +  "dueAt": "string",
                              +  "endAt": "string",
                              +  "spentTime": 0,
                              +  "isOvertime": true,
                              +  "userId": "string",
                              +  "sort": 0,
                              +  "subtaskSort": 0,
                              +  "type": "string",
                              +  "linkedId": "string",
                              +  "vote": {
                              +    "question": "string",
                              +    "positive": [
                              +      "string"
                                   ],
                              -    "negative": [
                              -      "string"
                              +    "negative": [
                              +      "string"
                                   ],
                              -    "end": "string",
                              -    "public": true,
                              -    "allowNonBoardMembers": true
                              +    "end": "string",
                              +    "public": true,
                              +    "allowNonBoardMembers": true
                                 }
                               }
                               
                              @@ -8172,27 +8856,27 @@ UserSecurity
                              # You can also use wget
                               curl -X PUT /api/boards/{board}/lists/{list}/cards/{card} \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              PUT /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                              +
                              PUT /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              -  method: 'put',
                              +  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              +  method: 'put',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -8201,39 +8885,39 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "title": "string",
                              -  "parentId": "string",
                              -  "description": "string",
                              -  "color": "string",
                              -  "vote": {},
                              -  "labelIds": "string",
                              -  "requestedBy": "string",
                              -  "assignedBy": "string",
                              -  "receivedAt": "string",
                              -  "startAt": "string",
                              -  "dueAt": "string",
                              -  "endAt": "string",
                              -  "spentTime": "string",
                              -  "isOverTime": true,
                              -  "customFields": "string",
                              -  "members": "string",
                              -  "assignees": "string",
                              -  "swimlaneId": "string",
                              -  "listId": "string",
                              -  "authorId": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "title": "string",
                              +  "parentId": "string",
                              +  "description": "string",
                              +  "color": "string",
                              +  "vote": {},
                              +  "labelIds": "string",
                              +  "requestedBy": "string",
                              +  "assignedBy": "string",
                              +  "receivedAt": "string",
                              +  "startAt": "string",
                              +  "dueAt": "string",
                              +  "endAt": "string",
                              +  "spentTime": "string",
                              +  "isOverTime": true,
                              +  "customFields": "string",
                              +  "members": "string",
                              +  "assignees": "string",
                              +  "swimlaneId": "string",
                              +  "listId": "string",
                              +  "authorId": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                              +fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                               {
                              -  method: 'PUT',
                              +  method: 'PUT',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -8244,16 +8928,16 @@ fetch('/api/boards/{board}/lists/{list}/cards/{card}'<
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.put '/api/boards/{board}/lists/{list}/cards/{card}',
                              +result = RestClient.put '/api/boards/{board}/lists/{list}/cards/{card}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -8262,21 +8946,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.put('/api/boards/{board}/lists/{list}/cards/{card}', params={
                              +r = requests.put('/api/boards/{board}/lists/{list}/cards/{card}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("PUT");
                              +con.setRequestMethod("PUT");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -8292,21 +8976,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("PUT", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                              +    req, err := http.NewRequest("PUT", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -8314,6 +8998,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('PUT','/api/boards/{board}/lists/{list}/cards/{card}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              PUT /api/boards/{board}/lists/{list}/cards/{card}

                              Edit Fields in a Card

                              @@ -8332,7 +9043,7 @@ System.out.println(response.toString()); parentId: string description: string color: string -vote: {} +vote: {} labelIds: string requestedBy: string assignedBy: string @@ -8532,7 +9243,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              list: the list ID of the card

                              card: the ID of the card

                              @@ -8543,7 +9254,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -8598,24 +9309,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/lists/{list}/cards/{card} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/lists/{list}/cards/{card} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/lists/{list}/cards/{card}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -8624,17 +9335,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                              +fetch('/api/boards/{board}/lists/{list}/cards/{card}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -8645,15 +9356,15 @@ fetch('/api/boards/{board}/lists/{list}/cards/{card}'<
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/lists/{list}/cards/{card}',
                              +result = RestClient.delete '/api/boards/{board}/lists/{list}/cards/{card}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -8662,20 +9373,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/lists/{list}/cards/{card}', params={
                              +r = requests.delete('/api/boards/{board}/lists/{list}/cards/{card}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}/cards/{card}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -8691,20 +9402,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/lists/{list}/cards/{card}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -8712,6 +9423,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/lists/{list}/cards/{card}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/lists/{list}/cards/{card}

                              Delete a card from a board

                              @@ -8752,7 +9489,7 @@ is not put in the recycle bin.

                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID of the card

                              list: the list ID of the card

                              card: the ID of the card

                              @@ -8763,7 +9500,7 @@ is not put in the recycle bin.

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -8818,24 +9555,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/swimlanes/{swimlane}/cards \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/swimlanes/{swimlane}/cards HTTP/1.1
                              +
                              GET /api/boards/{board}/swimlanes/{swimlane}/cards HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/swimlanes/{swimlane}/cards',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/swimlanes/{swimlane}/cards',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -8844,17 +9581,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/swimlanes/{swimlane}/cards',
                              +fetch('/api/boards/{board}/swimlanes/{swimlane}/cards',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -8865,15 +9602,15 @@ fetch('/api/boards/{board}/swimlanes/{swimlane}/cards'
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/swimlanes/{swimlane}/cards',
                              +result = RestClient.get '/api/boards/{board}/swimlanes/{swimlane}/cards',
                                 params: {
                                 }, headers: headers
                               
                              @@ -8882,20 +9619,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/swimlanes/{swimlane}/cards', params={
                              +r = requests.get('/api/boards/{board}/swimlanes/{swimlane}/cards', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}/cards");
                              +
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}/cards");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -8911,20 +9648,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes/{swimlane}/cards", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes/{swimlane}/cards", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -8932,6 +9669,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/swimlanes/{swimlane}/cards', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/swimlanes/{swimlane}/cards

                              get all cards attached to a swimlane

                              @@ -8963,7 +9726,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              swimlane: the swimlane ID

                              @@ -8974,10 +9737,10 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string",
                              -    "description": "string",
                              -    "listId": "string"
                              +    "_id": "string",
                              +    "title": "string",
                              +    "description": "string",
                              +    "listId": "string"
                                 }
                               ]
                               
                              @@ -9055,24 +9818,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/custom-fields \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/custom-fields HTTP/1.1
                              +
                              GET /api/boards/{board}/custom-fields HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/custom-fields',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/custom-fields',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -9081,17 +9844,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/custom-fields',
                              +fetch('/api/boards/{board}/custom-fields',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -9102,15 +9865,15 @@ fetch('/api/boards/{board}/custom-fields',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/custom-fields',
                              +result = RestClient.get '/api/boards/{board}/custom-fields',
                                 params: {
                                 }, headers: headers
                               
                              @@ -9119,20 +9882,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/custom-fields', params={
                              +r = requests.get('/api/boards/{board}/custom-fields', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/custom-fields");
                              +
                              URL obj = new URL("/api/boards/{board}/custom-fields");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -9148,20 +9911,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/custom-fields", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/custom-fields", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -9169,6 +9932,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/custom-fields', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/custom-fields

                              Get the list of Custom Fields attached to a board

                              @@ -9201,9 +9990,9 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "name": "string",
                              -    "type": "string"
                              +    "_id": "string",
                              +    "name": "string",
                              +    "type": "string"
                                 }
                               ]
                               
                              @@ -9273,27 +10062,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/custom-fields \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/custom-fields HTTP/1.1
                              +
                              POST /api/boards/{board}/custom-fields HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/custom-fields',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/custom-fields',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -9302,26 +10091,26 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "name": "string",
                              -  "type": "string",
                              -  "settings": "string",
                              -  "showOnCard": true,
                              -  "automaticallyOnCard": true,
                              -  "showLabelOnMiniCard": true,
                              -  "authorId": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "name": "string",
                              +  "type": "string",
                              +  "settings": "string",
                              +  "showOnCard": true,
                              +  "automaticallyOnCard": true,
                              +  "showLabelOnMiniCard": true,
                              +  "authorId": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/custom-fields',
                              +fetch('/api/boards/{board}/custom-fields',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -9332,16 +10121,16 @@ fetch('/api/boards/{board}/custom-fields',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/custom-fields',
                              +result = RestClient.post '/api/boards/{board}/custom-fields',
                                 params: {
                                 }, headers: headers
                               
                              @@ -9350,21 +10139,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/custom-fields', params={
                              +r = requests.post('/api/boards/{board}/custom-fields', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/custom-fields");
                              +
                              URL obj = new URL("/api/boards/{board}/custom-fields");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -9380,21 +10169,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/custom-fields", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/custom-fields", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -9402,6 +10191,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/custom-fields', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/custom-fields

                              Create a Custom Field

                              @@ -9501,7 +10317,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -9556,24 +10372,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/custom-fields/{customField} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/custom-fields/{customField} HTTP/1.1
                              +
                              GET /api/boards/{board}/custom-fields/{customField} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/custom-fields/{customField}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/custom-fields/{customField}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -9582,17 +10398,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/custom-fields/{customField}',
                              +fetch('/api/boards/{board}/custom-fields/{customField}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -9603,15 +10419,15 @@ fetch('/api/boards/{board}/custom-fields/{customField}
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/custom-fields/{customField}',
                              +result = RestClient.get '/api/boards/{board}/custom-fields/{customField}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -9620,20 +10436,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/custom-fields/{customField}', params={
                              +r = requests.get('/api/boards/{board}/custom-fields/{customField}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/custom-fields/{customField}");
                              +
                              URL obj = new URL("/api/boards/{board}/custom-fields/{customField}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -9649,20 +10465,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/custom-fields/{customField}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/custom-fields/{customField}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -9670,6 +10486,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/custom-fields/{customField}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/custom-fields/{customField}

                              Get a Custom Fields attached to a board

                              @@ -9701,7 +10543,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              customField: the ID of the custom field

                              Example responses

                              @@ -9710,23 +10552,23 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "boardIds": [
                              -    "string"
                              +  "boardIds": [
                              +    "string"
                                 ],
                              -  "name": "string",
                              -  "type": "text",
                              -  "settings": {
                              -    "currencyCode": "string",
                              -    "dropdownItems": [
                              +  "name": "string",
                              +  "type": "text",
                              +  "settings": {
                              +    "currencyCode": "string",
                              +    "dropdownItems": [
                                     {}
                                   ]
                                 },
                              -  "showOnCard": true,
                              -  "automaticallyOnCard": true,
                              -  "alwaysOnCard": true,
                              -  "showLabelOnMiniCard": true,
                              -  "createdAt": "string",
                              -  "modifiedAt": "string"
                              +  "showOnCard": true,
                              +  "automaticallyOnCard": true,
                              +  "alwaysOnCard": true,
                              +  "showLabelOnMiniCard": true,
                              +  "createdAt": "string",
                              +  "modifiedAt": "string"
                               }
                               

                              Responses

                              @@ -9759,24 +10601,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/custom-fields/{customField} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/custom-fields/{customField} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/custom-fields/{customField} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/custom-fields/{customField}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/custom-fields/{customField}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -9785,17 +10627,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/custom-fields/{customField}',
                              +fetch('/api/boards/{board}/custom-fields/{customField}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -9806,15 +10648,15 @@ fetch('/api/boards/{board}/custom-fields/{customField}
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/custom-fields/{customField}',
                              +result = RestClient.delete '/api/boards/{board}/custom-fields/{customField}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -9823,20 +10665,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/custom-fields/{customField}', params={
                              +r = requests.delete('/api/boards/{board}/custom-fields/{customField}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/custom-fields/{customField}");
                              +
                              URL obj = new URL("/api/boards/{board}/custom-fields/{customField}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -9852,20 +10694,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/custom-fields/{customField}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/custom-fields/{customField}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -9873,6 +10715,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/custom-fields/{customField}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/custom-fields/{customField}

                              Delete a Custom Fields attached to a board

                              @@ -9905,7 +10773,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              customField: the ID of the custom field

                              Example responses

                              @@ -9914,7 +10782,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -9970,24 +10838,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/integrations \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/integrations HTTP/1.1
                              +
                              GET /api/boards/{board}/integrations HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/integrations',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -9996,17 +10864,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations',
                              +fetch('/api/boards/{board}/integrations',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -10017,15 +10885,15 @@ fetch('/api/boards/{board}/integrations',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/integrations',
                              +result = RestClient.get '/api/boards/{board}/integrations',
                                 params: {
                                 }, headers: headers
                               
                              @@ -10034,20 +10902,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/integrations', params={
                              +r = requests.get('/api/boards/{board}/integrations', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -10063,20 +10931,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/integrations", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/integrations", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -10084,6 +10952,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/integrations', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/integrations

                              Get all integrations in board

                              @@ -10108,7 +11002,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              Example responses

                              @@ -10118,18 +11012,18 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "enabled": true,
                              -    "title": "string",
                              -    "type": "string",
                              -    "activities": [
                              -      "string"
                              +    "enabled": true,
                              +    "title": "string",
                              +    "type": "string",
                              +    "activities": [
                              +      "string"
                                   ],
                              -    "url": "string",
                              -    "token": "string",
                              -    "boardId": "string",
                              -    "createdAt": "string",
                              -    "modifiedAt": "string",
                              -    "userId": "string"
                              +    "url": "string",
                              +    "token": "string",
                              +    "boardId": "string",
                              +    "createdAt": "string",
                              +    "modifiedAt": "string",
                              +    "userId": "string"
                                 }
                               ]
                               
                              @@ -10255,27 +11149,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/integrations \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/integrations HTTP/1.1
                              +
                              POST /api/boards/{board}/integrations HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/integrations',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -10284,20 +11178,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "url": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "url": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations',
                              +fetch('/api/boards/{board}/integrations',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -10308,16 +11202,16 @@ fetch('/api/boards/{board}/integrations',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/integrations',
                              +result = RestClient.post '/api/boards/{board}/integrations',
                                 params: {
                                 }, headers: headers
                               
                              @@ -10326,21 +11220,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/integrations', params={
                              +r = requests.post('/api/boards/{board}/integrations', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -10356,21 +11250,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/integrations", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/integrations", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -10378,6 +11272,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/integrations', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/integrations

                              Create a new integration

                              @@ -10422,7 +11343,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              Example responses

                              @@ -10431,7 +11352,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -10486,24 +11407,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/integrations/{int} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/integrations/{int} HTTP/1.1
                              +
                              GET /api/boards/{board}/integrations/{int} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations/{int}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/integrations/{int}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -10512,17 +11433,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations/{int}',
                              +fetch('/api/boards/{board}/integrations/{int}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -10533,15 +11454,15 @@ fetch('/api/boards/{board}/integrations/{int}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/integrations/{int}',
                              +result = RestClient.get '/api/boards/{board}/integrations/{int}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -10550,20 +11471,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/integrations/{int}', params={
                              +r = requests.get('/api/boards/{board}/integrations/{int}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -10579,20 +11500,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/integrations/{int}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/integrations/{int}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -10600,6 +11521,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/integrations/{int}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/integrations/{int}

                              Get a single integration in board

                              @@ -10631,7 +11578,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              int: the integration ID

                              @@ -10641,18 +11588,18 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "enabled": true,
                              -  "title": "string",
                              -  "type": "string",
                              -  "activities": [
                              -    "string"
                              +  "enabled": true,
                              +  "title": "string",
                              +  "type": "string",
                              +  "activities": [
                              +    "string"
                                 ],
                              -  "url": "string",
                              -  "token": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "url": "string",
                              +  "token": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               

                              Responses

                              @@ -10685,27 +11632,27 @@ UserSecurity
                              # You can also use wget
                               curl -X PUT /api/boards/{board}/integrations/{int} \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              PUT /api/boards/{board}/integrations/{int} HTTP/1.1
                              +
                              PUT /api/boards/{board}/integrations/{int} HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations/{int}',
                              -  method: 'put',
                              +  url: '/api/boards/{board}/integrations/{int}',
                              +  method: 'put',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -10714,24 +11661,24 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "enabled": "string",
                              -  "title": "string",
                              -  "url": "string",
                              -  "token": "string",
                              -  "activities": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "enabled": "string",
                              +  "title": "string",
                              +  "url": "string",
                              +  "token": "string",
                              +  "activities": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations/{int}',
                              +fetch('/api/boards/{board}/integrations/{int}',
                               {
                              -  method: 'PUT',
                              +  method: 'PUT',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -10742,16 +11689,16 @@ fetch('/api/boards/{board}/integrations/{int}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.put '/api/boards/{board}/integrations/{int}',
                              +result = RestClient.put '/api/boards/{board}/integrations/{int}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -10760,21 +11707,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.put('/api/boards/{board}/integrations/{int}', params={
                              +r = requests.put('/api/boards/{board}/integrations/{int}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("PUT");
                              +con.setRequestMethod("PUT");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -10790,21 +11737,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("PUT", "/api/boards/{board}/integrations/{int}", data)
                              +    req, err := http.NewRequest("PUT", "/api/boards/{board}/integrations/{int}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -10812,6 +11759,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('PUT','/api/boards/{board}/integrations/{int}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              PUT /api/boards/{board}/integrations/{int}

                              Edit integration data

                              @@ -10895,7 +11869,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              int: the integration ID

                              @@ -10905,7 +11879,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -10960,24 +11934,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/integrations/{int} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/integrations/{int} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/integrations/{int} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations/{int}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/integrations/{int}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -10986,17 +11960,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations/{int}',
                              +fetch('/api/boards/{board}/integrations/{int}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -11007,15 +11981,15 @@ fetch('/api/boards/{board}/integrations/{int}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/integrations/{int}',
                              +result = RestClient.delete '/api/boards/{board}/integrations/{int}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -11024,20 +11998,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/integrations/{int}', params={
                              +r = requests.delete('/api/boards/{board}/integrations/{int}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations/{int}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -11053,20 +12027,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/integrations/{int}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/integrations/{int}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -11074,6 +12048,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/integrations/{int}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/integrations/{int}

                              Delete integration

                              @@ -11105,7 +12105,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              int: the integration ID

                              @@ -11115,7 +12115,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -11170,24 +12170,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/integrations/{int}/activities \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/integrations/{int}/activities HTTP/1.1
                              +
                              DELETE /api/boards/{board}/integrations/{int}/activities HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations/{int}/activities',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/integrations/{int}/activities',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -11196,17 +12196,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations/{int}/activities',
                              +fetch('/api/boards/{board}/integrations/{int}/activities',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -11217,15 +12217,15 @@ fetch('/api/boards/{board}/integrations/{int}/activiti
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/integrations/{int}/activities',
                              +result = RestClient.delete '/api/boards/{board}/integrations/{int}/activities',
                                 params: {
                                 }, headers: headers
                               
                              @@ -11234,20 +12234,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/integrations/{int}/activities', params={
                              +r = requests.delete('/api/boards/{board}/integrations/{int}/activities', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations/{int}/activities");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations/{int}/activities");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -11263,20 +12263,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/integrations/{int}/activities", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/integrations/{int}/activities", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -11284,6 +12284,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/integrations/{int}/activities', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/integrations/{int}/activities

                              Delete subscribed activities

                              @@ -11315,7 +12341,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              int: the integration ID

                              @@ -11325,18 +12351,18 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "enabled": true,
                              -  "title": "string",
                              -  "type": "string",
                              -  "activities": [
                              -    "string"
                              +  "enabled": true,
                              +  "title": "string",
                              +  "type": "string",
                              +  "activities": [
                              +    "string"
                                 ],
                              -  "url": "string",
                              -  "token": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "url": "string",
                              +  "token": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               

                              Responses

                              @@ -11369,27 +12395,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/integrations/{int}/activities \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/integrations/{int}/activities HTTP/1.1
                              +
                              POST /api/boards/{board}/integrations/{int}/activities HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/integrations/{int}/activities',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/integrations/{int}/activities',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -11398,20 +12424,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "activities": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "activities": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/integrations/{int}/activities',
                              +fetch('/api/boards/{board}/integrations/{int}/activities',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -11422,16 +12448,16 @@ fetch('/api/boards/{board}/integrations/{int}/activiti
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/integrations/{int}/activities',
                              +result = RestClient.post '/api/boards/{board}/integrations/{int}/activities',
                                 params: {
                                 }, headers: headers
                               
                              @@ -11440,21 +12466,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/integrations/{int}/activities', params={
                              +r = requests.post('/api/boards/{board}/integrations/{int}/activities', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/integrations/{int}/activities");
                              +
                              URL obj = new URL("/api/boards/{board}/integrations/{int}/activities");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -11470,21 +12496,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/integrations/{int}/activities", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/integrations/{int}/activities", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -11492,6 +12518,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/integrations/{int}/activities', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/integrations/{int}/activities

                              Add subscribed activities

                              @@ -11543,7 +12596,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              int: the integration ID

                              @@ -11553,18 +12606,18 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "enabled": true,
                              -  "title": "string",
                              -  "type": "string",
                              -  "activities": [
                              -    "string"
                              +  "enabled": true,
                              +  "title": "string",
                              +  "type": "string",
                              +  "activities": [
                              +    "string"
                                 ],
                              -  "url": "string",
                              -  "token": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "url": "string",
                              +  "token": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               

                              Responses

                              @@ -11598,24 +12651,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/lists \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/lists HTTP/1.1
                              +
                              GET /api/boards/{board}/lists HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/lists',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -11624,17 +12677,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists',
                              +fetch('/api/boards/{board}/lists',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -11645,15 +12698,15 @@ fetch('/api/boards/{board}/lists',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/lists',
                              +result = RestClient.get '/api/boards/{board}/lists',
                                 params: {
                                 }, headers: headers
                               
                              @@ -11662,20 +12715,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/lists', params={
                              +r = requests.get('/api/boards/{board}/lists', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists");
                              +
                              URL obj = new URL("/api/boards/{board}/lists");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -11691,20 +12744,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/lists", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/lists", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -11712,6 +12765,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/lists', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/lists

                              Get the list of Lists attached to a board

                              @@ -11736,7 +12815,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              Example responses

                              @@ -11746,8 +12825,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string"
                              +    "_id": "string",
                              +    "title": "string"
                                 }
                               ]
                               
                              @@ -11810,27 +12889,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/lists \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/lists HTTP/1.1
                              +
                              POST /api/boards/{board}/lists HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/lists',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -11839,20 +12918,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "title": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "title": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists',
                              +fetch('/api/boards/{board}/lists',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -11863,16 +12942,16 @@ fetch('/api/boards/{board}/lists',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/lists',
                              +result = RestClient.post '/api/boards/{board}/lists',
                                 params: {
                                 }, headers: headers
                               
                              @@ -11881,21 +12960,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/lists', params={
                              +r = requests.post('/api/boards/{board}/lists', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists");
                              +
                              URL obj = new URL("/api/boards/{board}/lists");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -11911,21 +12990,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/lists", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/lists", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -11933,6 +13012,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/lists', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/lists

                              Add a List to a board

                              @@ -11977,7 +13083,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              Example responses

                              @@ -11986,7 +13092,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -12041,24 +13147,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/lists/{list} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/lists/{list} HTTP/1.1
                              +
                              GET /api/boards/{board}/lists/{list} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/lists/{list}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -12067,17 +13173,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}',
                              +fetch('/api/boards/{board}/lists/{list}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -12088,15 +13194,15 @@ fetch('/api/boards/{board}/lists/{list}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/lists/{list}',
                              +result = RestClient.get '/api/boards/{board}/lists/{list}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -12105,20 +13211,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/lists/{list}', params={
                              +r = requests.get('/api/boards/{board}/lists/{list}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -12134,20 +13240,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/lists/{list}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -12155,6 +13261,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/lists/{list}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/lists/{list}

                              Get a List attached to a board

                              @@ -12186,7 +13318,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              list: the List ID

                              @@ -12196,23 +13328,23 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "title": "string",
                              -  "starred": true,
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "boardId": "string",
                              -  "swimlaneId": "string",
                              -  "createdAt": "string",
                              -  "sort": 0,
                              -  "updatedAt": "string",
                              -  "modifiedAt": "string",
                              -  "wipLimit": {
                              -    "value": 0,
                              -    "enabled": true,
                              -    "soft": true
                              +  "title": "string",
                              +  "starred": true,
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "boardId": "string",
                              +  "swimlaneId": "string",
                              +  "createdAt": "string",
                              +  "sort": 0,
                              +  "updatedAt": "string",
                              +  "modifiedAt": "string",
                              +  "wipLimit": {
                              +    "value": 0,
                              +    "enabled": true,
                              +    "soft": true
                                 },
                              -  "color": "white",
                              -  "type": "string"
                              +  "color": "white",
                              +  "type": "string"
                               }
                               

                              Responses

                              @@ -12245,24 +13377,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/lists/{list} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/lists/{list} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/lists/{list} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/lists/{list}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/lists/{list}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -12271,17 +13403,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/lists/{list}',
                              +fetch('/api/boards/{board}/lists/{list}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -12292,15 +13424,15 @@ fetch('/api/boards/{board}/lists/{list}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/lists/{list}',
                              +result = RestClient.delete '/api/boards/{board}/lists/{list}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -12309,20 +13441,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/lists/{list}', params={
                              +r = requests.delete('/api/boards/{board}/lists/{list}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/lists/{list}");
                              +
                              URL obj = new URL("/api/boards/{board}/lists/{list}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -12338,20 +13470,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/lists/{list}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/lists/{list}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -12359,6 +13491,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/lists/{list}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/lists/{list}

                              Delete a List

                              @@ -12392,7 +13550,7 @@ The list is not put in the recycle bin.

                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              list: the ID of the list to remove

                              @@ -12402,7 +13560,7 @@ The list is not put in the recycle bin.

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -12458,27 +13616,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/members/{user}/add \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/members/{user}/add HTTP/1.1
                              +
                              POST /api/boards/{board}/members/{user}/add HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/members/{user}/add',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/members/{user}/add',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -12487,23 +13645,23 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "action": "string",
                              -  "isAdmin": true,
                              -  "isNoComments": true,
                              -  "isCommentOnly": true
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "action": "string",
                              +  "isAdmin": true,
                              +  "isNoComments": true,
                              +  "isCommentOnly": true
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/members/{user}/add',
                              +fetch('/api/boards/{board}/members/{user}/add',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -12514,16 +13672,16 @@ fetch('/api/boards/{board}/members/{user}/add',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/members/{user}/add',
                              +result = RestClient.post '/api/boards/{board}/members/{user}/add',
                                 params: {
                                 }, headers: headers
                               
                              @@ -12532,21 +13690,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/members/{user}/add', params={
                              +r = requests.post('/api/boards/{board}/members/{user}/add', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/members/{user}/add");
                              +
                              URL obj = new URL("/api/boards/{board}/members/{user}/add");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -12562,21 +13720,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{user}/add", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{user}/add", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -12584,6 +13742,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/members/{user}/add', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/members/{user}/add

                              Add New Board Member with Role

                              @@ -12662,7 +13847,7 @@ to later change the permissions.

                              -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              user: the user ID

                              @@ -12672,8 +13857,8 @@ to later change the permissions.

                              200 Response

                              {
                              -  "_id": "string",
                              -  "title": "string"
                              +  "_id": "string",
                              +  "title": "string"
                               }
                               

                              Responses

                              @@ -12735,27 +13920,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/members/{user}/remove \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/members/{user}/remove HTTP/1.1
                              +
                              POST /api/boards/{board}/members/{user}/remove HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/members/{user}/remove',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/members/{user}/remove',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -12764,20 +13949,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "action": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "action": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/members/{user}/remove',
                              +fetch('/api/boards/{board}/members/{user}/remove',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -12788,16 +13973,16 @@ fetch('/api/boards/{board}/members/{user}/remove'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/members/{user}/remove',
                              +result = RestClient.post '/api/boards/{board}/members/{user}/remove',
                                 params: {
                                 }, headers: headers
                               
                              @@ -12806,21 +13991,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/members/{user}/remove', params={
                              +r = requests.post('/api/boards/{board}/members/{user}/remove', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/members/{user}/remove");
                              +
                              URL obj = new URL("/api/boards/{board}/members/{user}/remove");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -12836,21 +14021,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{user}/remove", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/members/{user}/remove", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -12858,6 +14043,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/members/{user}/remove', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/members/{user}/remove

                              Remove Member from Board

                              @@ -12910,7 +14122,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the board ID

                              user: the user ID

                              @@ -12920,8 +14132,8 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string",
                              -  "title": "string"
                              +  "_id": "string",
                              +  "title": "string"
                               }
                               

                              Responses

                              @@ -12983,24 +14195,24 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/createtoken/{user} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/createtoken/{user} HTTP/1.1
                              +
                              POST /api/createtoken/{user} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/createtoken/{user}',
                              -  method: 'post',
                              +  url: '/api/createtoken/{user}',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -13009,17 +14221,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/createtoken/{user}',
                              +fetch('/api/createtoken/{user}',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                               
                                 headers: headers
                               })
                              @@ -13030,15 +14242,15 @@ fetch('/api/createtoken/{user}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/createtoken/{user}',
                              +result = RestClient.post '/api/createtoken/{user}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -13047,20 +14259,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/createtoken/{user}', params={
                              +r = requests.post('/api/createtoken/{user}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/createtoken/{user}");
                              +
                              URL obj = new URL("/api/createtoken/{user}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -13076,20 +14288,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/createtoken/{user}", data)
                              +    req, err := http.NewRequest("POST", "/api/createtoken/{user}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -13097,6 +14309,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/createtoken/{user}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/createtoken/{user}

                              Create a user token

                              @@ -13122,7 +14360,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              user: the ID of the user to create token for.

                              Example responses

                              @@ -13131,7 +14369,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -13186,24 +14424,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/user \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/user HTTP/1.1
                              +
                              GET /api/user HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/user',
                              -  method: 'get',
                              +  url: '/api/user',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -13212,17 +14450,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/user',
                              +fetch('/api/user',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -13233,15 +14471,15 @@ fetch('/api/user',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/user',
                              +result = RestClient.get '/api/user',
                                 params: {
                                 }, headers: headers
                               
                              @@ -13250,20 +14488,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/user', params={
                              +r = requests.get('/api/user', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/user");
                              +
                              URL obj = new URL("/api/user");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -13279,20 +14517,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/user", data)
                              +    req, err := http.NewRequest("GET", "/api/user", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -13300,6 +14538,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/user', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/user

                              returns the current user

                              @@ -13310,58 +14574,58 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "username": "string",
                              -  "emails": [
                              +  "username": "string",
                              +  "emails": [
                                   {
                              -      "address": "string",
                              -      "verified": true
                              +      "address": "string",
                              +      "verified": true
                                   }
                                 ],
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "profile": {
                              -    "avatarUrl": "string",
                              -    "emailBuffer": [
                              -      "string"
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "profile": {
                              +    "avatarUrl": "string",
                              +    "emailBuffer": [
                              +      "string"
                                   ],
                              -    "fullname": "string",
                              -    "showDesktopDragHandles": true,
                              -    "hideCheckedItems": true,
                              -    "hiddenSystemMessages": true,
                              -    "hiddenMinicardLabelText": true,
                              -    "initials": "string",
                              -    "invitedBoards": [
                              -      "string"
                              +    "fullname": "string",
                              +    "showDesktopDragHandles": true,
                              +    "hideCheckedItems": true,
                              +    "hiddenSystemMessages": true,
                              +    "hiddenMinicardLabelText": true,
                              +    "initials": "string",
                              +    "invitedBoards": [
                              +      "string"
                                   ],
                              -    "language": "string",
                              -    "notifications": [],
                              -    "activity": "string",
                              -    "read": "string",
                              -    "showCardsCountAt": 0,
                              -    "startDayOfWeek": 0,
                              -    "starredBoards": [
                              -      "string"
                              +    "language": "string",
                              +    "notifications": [],
                              +    "activity": "string",
                              +    "read": "string",
                              +    "showCardsCountAt": 0,
                              +    "startDayOfWeek": 0,
                              +    "starredBoards": [
                              +      "string"
                                   ],
                              -    "icode": "string",
                              -    "boardView": "board-view-swimlanes",
                              -    "listSortBy": "-modifiedat",
                              -    "templatesBoardId": "string",
                              -    "cardTemplatesSwimlaneId": "string",
                              -    "listTemplatesSwimlaneId": "string",
                              -    "boardTemplatesSwimlaneId": "string"
                              +    "icode": "string",
                              +    "boardView": "board-view-swimlanes",
                              +    "listSortBy": "-modifiedat",
                              +    "templatesBoardId": "string",
                              +    "cardTemplatesSwimlaneId": "string",
                              +    "listTemplatesSwimlaneId": "string",
                              +    "boardTemplatesSwimlaneId": "string"
                                 },
                              -  "services": {},
                              -  "heartbeat": "string",
                              -  "isAdmin": true,
                              -  "createdThroughApi": true,
                              -  "loginDisabled": true,
                              -  "authenticationMethod": "string",
                              -  "sessionData": {
                              -    "totalHits": 0,
                              -    "lastHit": 0
                              +  "services": {},
                              +  "heartbeat": "string",
                              +  "isAdmin": true,
                              +  "createdThroughApi": true,
                              +  "loginDisabled": true,
                              +  "authenticationMethod": "string",
                              +  "sessionData": {
                              +    "totalHits": 0,
                              +    "lastHit": 0
                                 },
                              -  "importUsernames": [
                              -    "string"
                              +  "importUsernames": [
                              +    "string"
                                 ]
                               }
                               
                              @@ -13395,24 +14659,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/users \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/users HTTP/1.1
                              +
                              GET /api/users HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users',
                              -  method: 'get',
                              +  url: '/api/users',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -13421,17 +14685,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users',
                              +fetch('/api/users',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -13442,15 +14706,15 @@ fetch('/api/users',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/users',
                              +result = RestClient.get '/api/users',
                                 params: {
                                 }, headers: headers
                               
                              @@ -13459,20 +14723,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/users', params={
                              +r = requests.get('/api/users', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users");
                              +
                              URL obj = new URL("/api/users");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -13488,20 +14752,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/users", data)
                              +    req, err := http.NewRequest("GET", "/api/users", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -13509,6 +14773,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/users', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/users

                              return all the users

                              @@ -13521,8 +14811,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "username": "string"
                              +    "_id": "string",
                              +    "username": "string"
                                 }
                               ]
                               
                              @@ -13585,27 +14875,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/users \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/users HTTP/1.1
                              +
                              POST /api/users HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users',
                              -  method: 'post',
                              +  url: '/api/users',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -13614,22 +14904,22 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "username": "string",
                              -  "email": "string",
                              -  "password": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "username": "string",
                              +  "email": "string",
                              +  "password": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users',
                              +fetch('/api/users',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -13640,16 +14930,16 @@ fetch('/api/users',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/users',
                              +result = RestClient.post '/api/users',
                                 params: {
                                 }, headers: headers
                               
                              @@ -13658,21 +14948,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/users', params={
                              +r = requests.post('/api/users', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users");
                              +
                              URL obj = new URL("/api/users");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -13688,21 +14978,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/users", data)
                              +    req, err := http.NewRequest("POST", "/api/users", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -13710,6 +15000,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/users', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/users

                              Create a new user

                              @@ -13771,7 +15088,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -13826,24 +15143,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/users/{user} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/users/{user} HTTP/1.1
                              +
                              GET /api/users/{user} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users/{user}',
                              -  method: 'get',
                              +  url: '/api/users/{user}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -13852,17 +15169,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users/{user}',
                              +fetch('/api/users/{user}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -13873,15 +15190,15 @@ fetch('/api/users/{user}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/users/{user}',
                              +result = RestClient.get '/api/users/{user}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -13890,20 +15207,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/users/{user}', params={
                              +r = requests.get('/api/users/{user}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users/{user}");
                              +
                              URL obj = new URL("/api/users/{user}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -13919,20 +15236,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/users/{user}", data)
                              +    req, err := http.NewRequest("GET", "/api/users/{user}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -13940,6 +15257,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/users/{user}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/users/{user}

                              get a given user

                              @@ -13965,7 +15308,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              user: the user ID or username

                              Example responses

                              @@ -13974,58 +15317,58 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "username": "string",
                              -  "emails": [
                              +  "username": "string",
                              +  "emails": [
                                   {
                              -      "address": "string",
                              -      "verified": true
                              +      "address": "string",
                              +      "verified": true
                                   }
                                 ],
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "profile": {
                              -    "avatarUrl": "string",
                              -    "emailBuffer": [
                              -      "string"
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "profile": {
                              +    "avatarUrl": "string",
                              +    "emailBuffer": [
                              +      "string"
                                   ],
                              -    "fullname": "string",
                              -    "showDesktopDragHandles": true,
                              -    "hideCheckedItems": true,
                              -    "hiddenSystemMessages": true,
                              -    "hiddenMinicardLabelText": true,
                              -    "initials": "string",
                              -    "invitedBoards": [
                              -      "string"
                              +    "fullname": "string",
                              +    "showDesktopDragHandles": true,
                              +    "hideCheckedItems": true,
                              +    "hiddenSystemMessages": true,
                              +    "hiddenMinicardLabelText": true,
                              +    "initials": "string",
                              +    "invitedBoards": [
                              +      "string"
                                   ],
                              -    "language": "string",
                              -    "notifications": [],
                              -    "activity": "string",
                              -    "read": "string",
                              -    "showCardsCountAt": 0,
                              -    "startDayOfWeek": 0,
                              -    "starredBoards": [
                              -      "string"
                              +    "language": "string",
                              +    "notifications": [],
                              +    "activity": "string",
                              +    "read": "string",
                              +    "showCardsCountAt": 0,
                              +    "startDayOfWeek": 0,
                              +    "starredBoards": [
                              +      "string"
                                   ],
                              -    "icode": "string",
                              -    "boardView": "board-view-swimlanes",
                              -    "listSortBy": "-modifiedat",
                              -    "templatesBoardId": "string",
                              -    "cardTemplatesSwimlaneId": "string",
                              -    "listTemplatesSwimlaneId": "string",
                              -    "boardTemplatesSwimlaneId": "string"
                              +    "icode": "string",
                              +    "boardView": "board-view-swimlanes",
                              +    "listSortBy": "-modifiedat",
                              +    "templatesBoardId": "string",
                              +    "cardTemplatesSwimlaneId": "string",
                              +    "listTemplatesSwimlaneId": "string",
                              +    "boardTemplatesSwimlaneId": "string"
                                 },
                              -  "services": {},
                              -  "heartbeat": "string",
                              -  "isAdmin": true,
                              -  "createdThroughApi": true,
                              -  "loginDisabled": true,
                              -  "authenticationMethod": "string",
                              -  "sessionData": {
                              -    "totalHits": 0,
                              -    "lastHit": 0
                              +  "services": {},
                              +  "heartbeat": "string",
                              +  "isAdmin": true,
                              +  "createdThroughApi": true,
                              +  "loginDisabled": true,
                              +  "authenticationMethod": "string",
                              +  "sessionData": {
                              +    "totalHits": 0,
                              +    "lastHit": 0
                                 },
                              -  "importUsernames": [
                              -    "string"
                              +  "importUsernames": [
                              +    "string"
                                 ]
                               }
                               
                              @@ -14059,27 +15402,27 @@ UserSecurity
                              # You can also use wget
                               curl -X PUT /api/users/{user} \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              PUT /api/users/{user} HTTP/1.1
                              +
                              PUT /api/users/{user} HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users/{user}',
                              -  method: 'put',
                              +  url: '/api/users/{user}',
                              +  method: 'put',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -14088,20 +15431,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "action": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "action": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users/{user}',
                              +fetch('/api/users/{user}',
                               {
                              -  method: 'PUT',
                              +  method: 'PUT',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -14112,16 +15455,16 @@ fetch('/api/users/{user}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.put '/api/users/{user}',
                              +result = RestClient.put '/api/users/{user}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -14130,21 +15473,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.put('/api/users/{user}', params={
                              +r = requests.put('/api/users/{user}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users/{user}");
                              +
                              URL obj = new URL("/api/users/{user}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("PUT");
                              +con.setRequestMethod("PUT");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -14160,21 +15503,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("PUT", "/api/users/{user}", data)
                              +    req, err := http.NewRequest("PUT", "/api/users/{user}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -14182,6 +15525,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('PUT','/api/users/{user}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              PUT /api/users/{user}

                              edit a given user

                              @@ -14233,7 +15603,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              user: the user ID

                              Example responses

                              @@ -14242,8 +15612,8 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string",
                              -  "title": "string"
                              +  "_id": "string",
                              +  "title": "string"
                               }
                               

                              Responses

                              @@ -14305,24 +15675,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/users/{user} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/users/{user} HTTP/1.1
                              +
                              DELETE /api/users/{user} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/users/{user}',
                              -  method: 'delete',
                              +  url: '/api/users/{user}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -14331,17 +15701,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/users/{user}',
                              +fetch('/api/users/{user}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -14352,15 +15722,15 @@ fetch('/api/users/{user}',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/users/{user}',
                              +result = RestClient.delete '/api/users/{user}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -14369,20 +15739,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/users/{user}', params={
                              +r = requests.delete('/api/users/{user}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/users/{user}");
                              +
                              URL obj = new URL("/api/users/{user}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -14398,20 +15768,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/users/{user}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/users/{user}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -14419,6 +15789,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/users/{user}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/users/{user}

                              Delete a user

                              @@ -14444,7 +15840,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              user: the ID of the user to delete

                              Example responses

                              @@ -14453,7 +15849,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -14509,24 +15905,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/swimlanes \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/swimlanes HTTP/1.1
                              +
                              GET /api/boards/{board}/swimlanes HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/swimlanes',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/swimlanes',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -14535,17 +15931,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/swimlanes',
                              +fetch('/api/boards/{board}/swimlanes',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -14556,15 +15952,15 @@ fetch('/api/boards/{board}/swimlanes',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/swimlanes',
                              +result = RestClient.get '/api/boards/{board}/swimlanes',
                                 params: {
                                 }, headers: headers
                               
                              @@ -14573,20 +15969,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/swimlanes', params={
                              +r = requests.get('/api/boards/{board}/swimlanes', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/swimlanes");
                              +
                              URL obj = new URL("/api/boards/{board}/swimlanes");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -14602,20 +15998,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -14623,6 +16019,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/swimlanes', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/swimlanes

                              Get the list of swimlanes attached to a board

                              @@ -14647,7 +16069,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board

                              Example responses

                              @@ -14657,8 +16079,8 @@ System.out.println(response.toString());
                              [
                                 {
                              -    "_id": "string",
                              -    "title": "string"
                              +    "_id": "string",
                              +    "title": "string"
                                 }
                               ]
                               
                              @@ -14721,27 +16143,27 @@ UserSecurity
                              # You can also use wget
                               curl -X POST /api/boards/{board}/swimlanes \
                              -  -H 'Content-Type: multipart/form-data' \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Content-Type: multipart/form-data' \
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              POST /api/boards/{board}/swimlanes HTTP/1.1
                              +
                              POST /api/boards/{board}/swimlanes HTTP/1.1
                               
                               Content-Type: multipart/form-data
                               Accept: application/json
                               
                               
                              var headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/swimlanes',
                              -  method: 'post',
                              +  url: '/api/boards/{board}/swimlanes',
                              +  method: 'post',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -14750,20 +16172,20 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              -const inputBody = '{
                              -  "title": "string"
                              -}';
                              +
                              const fetch = require('node-fetch');
                              +const inputBody = '{
                              +  "title": "string"
                              +}';
                               const headers = {
                              -  'Content-Type':'multipart/form-data',
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Content-Type':'multipart/form-data',
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/swimlanes',
                              +fetch('/api/boards/{board}/swimlanes',
                               {
                              -  method: 'POST',
                              +  method: 'POST',
                                 body: inputBody,
                                 headers: headers
                               })
                              @@ -14774,16 +16196,16 @@ fetch('/api/boards/{board}/swimlanes',
                               });
                               
                               
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Content-Type' => 'multipart/form-data',
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Content-Type' => 'multipart/form-data',
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.post '/api/boards/{board}/swimlanes',
                              +result = RestClient.post '/api/boards/{board}/swimlanes',
                                 params: {
                                 }, headers: headers
                               
                              @@ -14792,21 +16214,21 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Content-Type': 'multipart/form-data',
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Content-Type': 'multipart/form-data',
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.post('/api/boards/{board}/swimlanes', params={
                              +r = requests.post('/api/boards/{board}/swimlanes', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/swimlanes");
                              +
                              URL obj = new URL("/api/boards/{board}/swimlanes");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("POST");
                              +con.setRequestMethod("POST");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -14822,21 +16244,21 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Content-Type": []string{"multipart/form-data"},
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Content-Type": []string{"multipart/form-data"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("POST", "/api/boards/{board}/swimlanes", data)
                              +    req, err := http.NewRequest("POST", "/api/boards/{board}/swimlanes", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -14844,6 +16266,33 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'multipart/form-data',
                              +    'Accept' => 'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('POST','/api/boards/{board}/swimlanes', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              POST /api/boards/{board}/swimlanes

                              Add a swimlane to a board

                              @@ -14888,7 +16337,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board

                              Example responses

                              @@ -14897,7 +16346,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -14952,24 +16401,24 @@ UserSecurity
                              # You can also use wget
                               curl -X GET /api/boards/{board}/swimlanes/{swimlane} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              GET /api/boards/{board}/swimlanes/{swimlane} HTTP/1.1
                              +
                              GET /api/boards/{board}/swimlanes/{swimlane} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/swimlanes/{swimlane}',
                              -  method: 'get',
                              +  url: '/api/boards/{board}/swimlanes/{swimlane}',
                              +  method: 'get',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -14978,17 +16427,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/swimlanes/{swimlane}',
                              +fetch('/api/boards/{board}/swimlanes/{swimlane}',
                               {
                              -  method: 'GET',
                              +  method: 'GET',
                               
                                 headers: headers
                               })
                              @@ -14999,15 +16448,15 @@ fetch('/api/boards/{board}/swimlanes/{swimlane}'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.get '/api/boards/{board}/swimlanes/{swimlane}',
                              +result = RestClient.get '/api/boards/{board}/swimlanes/{swimlane}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -15016,20 +16465,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.get('/api/boards/{board}/swimlanes/{swimlane}', params={
                              +r = requests.get('/api/boards/{board}/swimlanes/{swimlane}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}");
                              +
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("GET");
                              +con.setRequestMethod("GET");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -15045,20 +16494,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes/{swimlane}", data)
                              +    req, err := http.NewRequest("GET", "/api/boards/{board}/swimlanes/{swimlane}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -15066,6 +16515,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('GET','/api/boards/{board}/swimlanes/{swimlane}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              GET /api/boards/{board}/swimlanes/{swimlane}

                              Get a swimlane

                              @@ -15097,7 +16572,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board

                              swimlane: the ID of the swimlane

                              @@ -15107,16 +16582,16 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "title": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "sort": 0,
                              -  "color": "white",
                              -  "updatedAt": "string",
                              -  "modifiedAt": "string",
                              -  "type": "string"
                              +  "title": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "sort": 0,
                              +  "color": "white",
                              +  "updatedAt": "string",
                              +  "modifiedAt": "string",
                              +  "type": "string"
                               }
                               

                              Responses

                              @@ -15149,24 +16624,24 @@ UserSecurity
                              # You can also use wget
                               curl -X DELETE /api/boards/{board}/swimlanes/{swimlane} \
                              -  -H 'Accept: application/json' \
                              -  -H 'Authorization: API_KEY'
                              +  -H 'Accept: application/json' \
                              +  -H 'Authorization: API_KEY'
                               
                               
                              -
                              DELETE /api/boards/{board}/swimlanes/{swimlane} HTTP/1.1
                              +
                              DELETE /api/boards/{board}/swimlanes/{swimlane} HTTP/1.1
                               
                              -Accept: application/json
                              +Accept: application/json
                               
                              -
                              +
                              var headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                               $.ajax({
                              -  url: '/api/boards/{board}/swimlanes/{swimlane}',
                              -  method: 'delete',
                              +  url: '/api/boards/{board}/swimlanes/{swimlane}',
                              +  method: 'delete',
                               
                                 headers: headers,
                                 success: function(data) {
                              @@ -15175,17 +16650,17 @@ $.ajax({
                               })
                               
                               
                              -
                              const fetch = require('node-fetch');
                              +
                              const fetch = require('node-fetch');
                               
                               const headers = {
                              -  'Accept':'application/json',
                              -  'Authorization':'API_KEY'
                              +  'Accept':'application/json',
                              +  'Authorization':'API_KEY'
                               
                               };
                               
                              -fetch('/api/boards/{board}/swimlanes/{swimlane}',
                              +fetch('/api/boards/{board}/swimlanes/{swimlane}',
                               {
                              -  method: 'DELETE',
                              +  method: 'DELETE',
                               
                                 headers: headers
                               })
                              @@ -15196,15 +16671,15 @@ fetch('/api/boards/{board}/swimlanes/{swimlane}'
                              -
                              require 'rest-client'
                              -require 'json'
                              +
                              require 'rest-client'
                              +require 'json'
                               
                               headers = {
                              -  'Accept' => 'application/json',
                              -  'Authorization' => 'API_KEY'
                              +  'Accept' => 'application/json',
                              +  'Authorization' => 'API_KEY'
                               }
                               
                              -result = RestClient.delete '/api/boards/{board}/swimlanes/{swimlane}',
                              +result = RestClient.delete '/api/boards/{board}/swimlanes/{swimlane}',
                                 params: {
                                 }, headers: headers
                               
                              @@ -15213,20 +16688,20 @@ p JSON.parse(result)
                               
                              import requests
                               headers = {
                              -  'Accept': 'application/json',
                              -  'Authorization': 'API_KEY'
                              +  'Accept': 'application/json',
                              +  'Authorization': 'API_KEY'
                               }
                               
                              -r = requests.delete('/api/boards/{board}/swimlanes/{swimlane}', params={
                              +r = requests.delete('/api/boards/{board}/swimlanes/{swimlane}', params={
                               
                               }, headers = headers)
                               
                              -print r.json()
                              +print r.json()
                               
                               
                              -
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}");
                              +
                              URL obj = new URL("/api/boards/{board}/swimlanes/{swimlane}");
                               HttpURLConnection con = (HttpURLConnection) obj.openConnection();
                              -con.setRequestMethod("DELETE");
                              +con.setRequestMethod("DELETE");
                               int responseCode = con.getResponseCode();
                               BufferedReader in = new BufferedReader(
                                   new InputStreamReader(con.getInputStream()));
                              @@ -15242,20 +16717,20 @@ System.out.println(response.toString());
                               
                              package main
                               
                               import (
                              -       "bytes"
                              -       "net/http"
                              +       "bytes"
                              +       "net/http"
                               )
                               
                               func main() {
                               
                                   headers := map[string][]string{
                              -        "Accept": []string{"application/json"},
                              -        "Authorization": []string{"API_KEY"},
                              +        "Accept": []string{"application/json"},
                              +        "Authorization": []string{"API_KEY"},
                                       
                                   }
                               
                                   data := bytes.NewBuffer([]byte{jsonReq})
                              -    req, err := http.NewRequest("DELETE", "/api/boards/{board}/swimlanes/{swimlane}", data)
                              +    req, err := http.NewRequest("DELETE", "/api/boards/{board}/swimlanes/{swimlane}", data)
                                   req.Header = headers
                               
                                   client := &http.Client{}
                              @@ -15263,6 +16738,32 @@ System.out.println(response.toString());
                                   // ...
                               }
                               
                              +
                              +
                               'application/json',
                              +    'Authorization' => 'API_KEY',
                              +    
                              +    );
                              +
                              +$client = new \GuzzleHttp\Client();
                              +
                              +// Define array of request body.
                              +$request_body = array();
                              +
                              +try {
                              +    $response = $client->request('DELETE','/api/boards/{board}/swimlanes/{swimlane}', array(
                              +        'headers' => $headers,
                              +        'json' => $request_body,
                              +       )
                              +    );
                              +    print_r($response->getBody()->getContents());
                              + }
                              + catch (\GuzzleHttp\Exception\BadResponseException $e) {
                              +    // handle exception or api errors.
                              +    print_r($e->getMessage());
                              + }
                              +
                              + // ...
                              +
                               

                              DELETE /api/boards/{board}/swimlanes/{swimlane}

                              Delete a swimlane

                              @@ -15295,7 +16796,7 @@ System.out.println(response.toString()); -

                              Detailed descriptions

                              +

                              Detailed descriptions

                              board: the ID of the board

                              swimlane: the ID of the swimlane

                              @@ -15305,7 +16806,7 @@ System.out.println(response.toString());

                              200 Response

                              {
                              -  "_id": "string"
                              +  "_id": "string"
                               }
                               

                              Responses

                              @@ -15357,61 +16858,61 @@ UserSecurity

                              Boards

                              {
                              -  "title": "string",
                              -  "slug": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "stars": 0,
                              -  "labels": [
                              +  "title": "string",
                              +  "slug": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "stars": 0,
                              +  "labels": [
                                   {
                              -      "_id": "string",
                              -      "name": "string",
                              -      "color": "green"
                              +      "_id": "string",
                              +      "name": "string",
                              +      "color": "green"
                                   }
                                 ],
                              -  "members": [
                              +  "members": [
                                   {
                              -      "userId": "string",
                              -      "isAdmin": true,
                              -      "isActive": true,
                              -      "isNoComments": true,
                              -      "isCommentOnly": true,
                              -      "isWorker": true
                              +      "userId": "string",
                              +      "isAdmin": true,
                              +      "isActive": true,
                              +      "isNoComments": true,
                              +      "isCommentOnly": true,
                              +      "isWorker": true
                                   }
                                 ],
                              -  "permission": "public",
                              -  "color": "belize",
                              -  "description": "string",
                              -  "subtasksDefaultBoardId": "string",
                              -  "subtasksDefaultListId": "string",
                              -  "dateSettingsDefaultBoardId": "string",
                              -  "dateSettingsDefaultListId": "string",
                              -  "allowsSubtasks": true,
                              -  "allowsAttachments": true,
                              -  "allowsChecklists": true,
                              -  "allowsComments": true,
                              -  "allowsDescriptionTitle": true,
                              -  "allowsDescriptionText": true,
                              -  "allowsActivities": true,
                              -  "allowsLabels": true,
                              -  "allowsAssignee": true,
                              -  "allowsMembers": true,
                              -  "allowsRequestedBy": true,
                              -  "allowsAssignedBy": true,
                              -  "allowsReceivedDate": true,
                              -  "allowsStartDate": true,
                              -  "allowsEndDate": true,
                              -  "allowsDueDate": true,
                              -  "presentParentTask": "prefix-with-full-path",
                              -  "startAt": "string",
                              -  "dueAt": "string",
                              -  "endAt": "string",
                              -  "spentTime": 0,
                              -  "isOvertime": true,
                              -  "type": "string",
                              -  "sort": 0
                              +  "permission": "public",
                              +  "color": "belize",
                              +  "description": "string",
                              +  "subtasksDefaultBoardId": "string",
                              +  "subtasksDefaultListId": "string",
                              +  "dateSettingsDefaultBoardId": "string",
                              +  "dateSettingsDefaultListId": "string",
                              +  "allowsSubtasks": true,
                              +  "allowsAttachments": true,
                              +  "allowsChecklists": true,
                              +  "allowsComments": true,
                              +  "allowsDescriptionTitle": true,
                              +  "allowsDescriptionText": true,
                              +  "allowsActivities": true,
                              +  "allowsLabels": true,
                              +  "allowsAssignee": true,
                              +  "allowsMembers": true,
                              +  "allowsRequestedBy": true,
                              +  "allowsAssignedBy": true,
                              +  "allowsReceivedDate": true,
                              +  "allowsStartDate": true,
                              +  "allowsEndDate": true,
                              +  "allowsDueDate": true,
                              +  "presentParentTask": "prefix-with-full-path",
                              +  "startAt": "string",
                              +  "dueAt": "string",
                              +  "endAt": "string",
                              +  "spentTime": 0,
                              +  "isOvertime": true,
                              +  "type": "string",
                              +  "sort": 0
                               }
                               
                               
                              @@ -15816,13 +17317,13 @@ UserSecurity

                              BoardsLabels

                              {
                              -  "_id": "string",
                              -  "name": "string",
                              -  "color": "green"
                              +  "_id": "string",
                              +  "name": "string",
                              +  "color": "green"
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -15857,7 +17358,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -15967,16 +17468,16 @@ UserSecurity

                              BoardsMembers

                              {
                              -  "userId": "string",
                              -  "isAdmin": true,
                              -  "isActive": true,
                              -  "isNoComments": true,
                              -  "isCommentOnly": true,
                              -  "isWorker": true
                              +  "userId": "string",
                              +  "isAdmin": true,
                              +  "isActive": true,
                              +  "isNoComments": true,
                              +  "isCommentOnly": true,
                              +  "isWorker": true
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -16035,17 +17536,17 @@ UserSecurity

                              CardComments

                              {
                              -  "boardId": "string",
                              -  "cardId": "string",
                              -  "text": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "boardId": "string",
                              +  "cardId": "string",
                              +  "text": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               
                               

                              A comment on a card

                              -

                              Properties

                              +

                              Properties

                              @@ -16104,60 +17605,60 @@ UserSecurity

                              Cards

                              {
                              -  "title": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "parentId": "string",
                              -  "listId": "string",
                              -  "swimlaneId": "string",
                              -  "boardId": "string",
                              -  "coverId": "string",
                              -  "color": "white",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "customFields": [
                              +  "title": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "parentId": "string",
                              +  "listId": "string",
                              +  "swimlaneId": "string",
                              +  "boardId": "string",
                              +  "coverId": "string",
                              +  "color": "white",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "customFields": [
                                   {}
                                 ],
                              -  "dateLastActivity": "string",
                              -  "description": "string",
                              -  "requestedBy": "string",
                              -  "assignedBy": "string",
                              -  "labelIds": [
                              -    "string"
                              +  "dateLastActivity": "string",
                              +  "description": "string",
                              +  "requestedBy": "string",
                              +  "assignedBy": "string",
                              +  "labelIds": [
                              +    "string"
                                 ],
                              -  "members": [
                              -    "string"
                              +  "members": [
                              +    "string"
                                 ],
                              -  "assignees": [
                              -    "string"
                              +  "assignees": [
                              +    "string"
                                 ],
                              -  "receivedAt": "string",
                              -  "startAt": "string",
                              -  "dueAt": "string",
                              -  "endAt": "string",
                              -  "spentTime": 0,
                              -  "isOvertime": true,
                              -  "userId": "string",
                              -  "sort": 0,
                              -  "subtaskSort": 0,
                              -  "type": "string",
                              -  "linkedId": "string",
                              -  "vote": {
                              -    "question": "string",
                              -    "positive": [
                              -      "string"
                              +  "receivedAt": "string",
                              +  "startAt": "string",
                              +  "dueAt": "string",
                              +  "endAt": "string",
                              +  "spentTime": 0,
                              +  "isOvertime": true,
                              +  "userId": "string",
                              +  "sort": 0,
                              +  "subtaskSort": 0,
                              +  "type": "string",
                              +  "linkedId": "string",
                              +  "vote": {
                              +    "question": "string",
                              +    "positive": [
                              +      "string"
                                   ],
                              -    "negative": [
                              -      "string"
                              +    "negative": [
                              +      "string"
                                   ],
                              -    "end": "string",
                              -    "public": true,
                              -    "allowNonBoardMembers": true
                              +    "end": "string",
                              +    "public": true,
                              +    "allowNonBoardMembers": true
                                 }
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -16388,7 +17889,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -16502,20 +18003,20 @@ UserSecurity

                              CardsVote

                              {
                              -  "question": "string",
                              -  "positive": [
                              -    "string"
                              +  "question": "string",
                              +  "positive": [
                              +    "string"
                                 ],
                              -  "negative": [
                              -    "string"
                              +  "negative": [
                              +    "string"
                                 ],
                              -  "end": "string",
                              -  "public": true,
                              -  "allowNonBoardMembers": true
                              +  "end": "string",
                              +  "public": true,
                              +  "allowNonBoardMembers": true
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -16576,23 +18077,23 @@ UserSecurity
                              {}
                               
                               
                              -

                              Properties

                              +

                              Properties

                              None

                              ChecklistItems

                              {
                              -  "title": "string",
                              -  "sort": 0,
                              -  "isFinished": true,
                              -  "checklistId": "string",
                              -  "cardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string"
                              +  "title": "string",
                              +  "sort": 0,
                              +  "isFinished": true,
                              +  "checklistId": "string",
                              +  "cardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string"
                               }
                               
                               

                              An item in a checklist

                              -

                              Properties

                              +

                              Properties

                              @@ -16658,17 +18159,17 @@ UserSecurity

                              Checklists

                              {
                              -  "cardId": "string",
                              -  "title": "string",
                              -  "finishedAt": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "sort": 0
                              +  "cardId": "string",
                              +  "title": "string",
                              +  "finishedAt": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "sort": 0
                               }
                               
                               

                              A Checklist

                              -

                              Properties

                              +

                              Properties

                              @@ -16727,28 +18228,28 @@ UserSecurity

                              CustomFields

                              {
                              -  "boardIds": [
                              -    "string"
                              +  "boardIds": [
                              +    "string"
                                 ],
                              -  "name": "string",
                              -  "type": "text",
                              -  "settings": {
                              -    "currencyCode": "string",
                              -    "dropdownItems": [
                              +  "name": "string",
                              +  "type": "text",
                              +  "settings": {
                              +    "currencyCode": "string",
                              +    "dropdownItems": [
                                     {}
                                   ]
                                 },
                              -  "showOnCard": true,
                              -  "automaticallyOnCard": true,
                              -  "alwaysOnCard": true,
                              -  "showLabelOnMiniCard": true,
                              -  "createdAt": "string",
                              -  "modifiedAt": "string"
                              +  "showOnCard": true,
                              +  "automaticallyOnCard": true,
                              +  "alwaysOnCard": true,
                              +  "showLabelOnMiniCard": true,
                              +  "createdAt": "string",
                              +  "modifiedAt": "string"
                               }
                               
                               

                              A custom field on a card in the board

                              -

                              Properties

                              +

                              Properties

                              @@ -16832,7 +18333,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -16870,14 +18371,14 @@ UserSecurity

                              CustomFieldsSettings

                              {
                              -  "currencyCode": "string",
                              -  "dropdownItems": [
                              +  "currencyCode": "string",
                              +  "dropdownItems": [
                                   {}
                                 ]
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -16910,28 +18411,28 @@ UserSecurity
                              {}
                               
                               
                              -

                              Properties

                              +

                              Properties

                              None

                              Integrations

                              {
                              -  "enabled": true,
                              -  "title": "string",
                              -  "type": "string",
                              -  "activities": [
                              -    "string"
                              +  "enabled": true,
                              +  "title": "string",
                              +  "type": "string",
                              +  "activities": [
                              +    "string"
                                 ],
                              -  "url": "string",
                              -  "token": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "userId": "string"
                              +  "url": "string",
                              +  "token": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "userId": "string"
                               }
                               
                               

                              Integration with third-party applications

                              -

                              Properties

                              +

                              Properties

                              @@ -17018,28 +18519,28 @@ UserSecurity

                              Lists

                              {
                              -  "title": "string",
                              -  "starred": true,
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "boardId": "string",
                              -  "swimlaneId": "string",
                              -  "createdAt": "string",
                              -  "sort": 0,
                              -  "updatedAt": "string",
                              -  "modifiedAt": "string",
                              -  "wipLimit": {
                              -    "value": 0,
                              -    "enabled": true,
                              -    "soft": true
                              +  "title": "string",
                              +  "starred": true,
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "boardId": "string",
                              +  "swimlaneId": "string",
                              +  "createdAt": "string",
                              +  "sort": 0,
                              +  "updatedAt": "string",
                              +  "modifiedAt": "string",
                              +  "wipLimit": {
                              +    "value": 0,
                              +    "enabled": true,
                              +    "soft": true
                                 },
                              -  "color": "white",
                              -  "type": "string"
                              +  "color": "white",
                              +  "type": "string"
                               }
                               
                               

                              A list (column) in the Wekan board.

                              -

                              Properties

                              +

                              Properties

                              @@ -17144,7 +18645,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -17254,13 +18755,13 @@ UserSecurity

                              ListsWiplimit

                              {
                              -  "value": 0,
                              -  "enabled": true,
                              -  "soft": true
                              +  "value": 0,
                              +  "enabled": true,
                              +  "soft": true
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -17298,21 +18799,21 @@ UserSecurity

                              Swimlanes

                              {
                              -  "title": "string",
                              -  "archived": true,
                              -  "archivedAt": "string",
                              -  "boardId": "string",
                              -  "createdAt": "string",
                              -  "sort": 0,
                              -  "color": "white",
                              -  "updatedAt": "string",
                              -  "modifiedAt": "string",
                              -  "type": "string"
                              +  "title": "string",
                              +  "archived": true,
                              +  "archivedAt": "string",
                              +  "boardId": "string",
                              +  "createdAt": "string",
                              +  "sort": 0,
                              +  "color": "white",
                              +  "updatedAt": "string",
                              +  "modifiedAt": "string",
                              +  "type": "string"
                               }
                               
                               

                              A swimlane is an line in the kaban board.

                              -

                              Properties

                              +

                              Properties

                              @@ -17396,7 +18897,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -17506,64 +19007,64 @@ UserSecurity

                              Users

                              {
                              -  "username": "string",
                              -  "emails": [
                              +  "username": "string",
                              +  "emails": [
                                   {
                              -      "address": "string",
                              -      "verified": true
                              +      "address": "string",
                              +      "verified": true
                                   }
                                 ],
                              -  "createdAt": "string",
                              -  "modifiedAt": "string",
                              -  "profile": {
                              -    "avatarUrl": "string",
                              -    "emailBuffer": [
                              -      "string"
                              +  "createdAt": "string",
                              +  "modifiedAt": "string",
                              +  "profile": {
                              +    "avatarUrl": "string",
                              +    "emailBuffer": [
                              +      "string"
                                   ],
                              -    "fullname": "string",
                              -    "showDesktopDragHandles": true,
                              -    "hideCheckedItems": true,
                              -    "hiddenSystemMessages": true,
                              -    "hiddenMinicardLabelText": true,
                              -    "initials": "string",
                              -    "invitedBoards": [
                              -      "string"
                              +    "fullname": "string",
                              +    "showDesktopDragHandles": true,
                              +    "hideCheckedItems": true,
                              +    "hiddenSystemMessages": true,
                              +    "hiddenMinicardLabelText": true,
                              +    "initials": "string",
                              +    "invitedBoards": [
                              +      "string"
                                   ],
                              -    "language": "string",
                              -    "notifications": [],
                              -    "activity": "string",
                              -    "read": "string",
                              -    "showCardsCountAt": 0,
                              -    "startDayOfWeek": 0,
                              -    "starredBoards": [
                              -      "string"
                              +    "language": "string",
                              +    "notifications": [],
                              +    "activity": "string",
                              +    "read": "string",
                              +    "showCardsCountAt": 0,
                              +    "startDayOfWeek": 0,
                              +    "starredBoards": [
                              +      "string"
                                   ],
                              -    "icode": "string",
                              -    "boardView": "board-view-swimlanes",
                              -    "listSortBy": "-modifiedat",
                              -    "templatesBoardId": "string",
                              -    "cardTemplatesSwimlaneId": "string",
                              -    "listTemplatesSwimlaneId": "string",
                              -    "boardTemplatesSwimlaneId": "string"
                              +    "icode": "string",
                              +    "boardView": "board-view-swimlanes",
                              +    "listSortBy": "-modifiedat",
                              +    "templatesBoardId": "string",
                              +    "cardTemplatesSwimlaneId": "string",
                              +    "listTemplatesSwimlaneId": "string",
                              +    "boardTemplatesSwimlaneId": "string"
                                 },
                              -  "services": {},
                              -  "heartbeat": "string",
                              -  "isAdmin": true,
                              -  "createdThroughApi": true,
                              -  "loginDisabled": true,
                              -  "authenticationMethod": "string",
                              -  "sessionData": {
                              -    "totalHits": 0,
                              -    "lastHit": 0
                              +  "services": {},
                              +  "heartbeat": "string",
                              +  "isAdmin": true,
                              +  "createdThroughApi": true,
                              +  "loginDisabled": true,
                              +  "authenticationMethod": "string",
                              +  "sessionData": {
                              +    "totalHits": 0,
                              +    "lastHit": 0
                                 },
                              -  "importUsernames": [
                              -    "string"
                              +  "importUsernames": [
                              +    "string"
                                 ]
                               }
                               
                               

                              A User in wekan

                              -

                              Properties

                              +

                              Properties

                              @@ -17671,12 +19172,12 @@ UserSecurity

                              UsersEmails

                              {
                              -  "address": "string",
                              -  "verified": true
                              +  "address": "string",
                              +  "verified": true
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -17707,39 +19208,39 @@ UserSecurity

                              UsersProfile

                              {
                              -  "avatarUrl": "string",
                              -  "emailBuffer": [
                              -    "string"
                              +  "avatarUrl": "string",
                              +  "emailBuffer": [
                              +    "string"
                                 ],
                              -  "fullname": "string",
                              -  "showDesktopDragHandles": true,
                              -  "hideCheckedItems": true,
                              -  "hiddenSystemMessages": true,
                              -  "hiddenMinicardLabelText": true,
                              -  "initials": "string",
                              -  "invitedBoards": [
                              -    "string"
                              +  "fullname": "string",
                              +  "showDesktopDragHandles": true,
                              +  "hideCheckedItems": true,
                              +  "hiddenSystemMessages": true,
                              +  "hiddenMinicardLabelText": true,
                              +  "initials": "string",
                              +  "invitedBoards": [
                              +    "string"
                                 ],
                              -  "language": "string",
                              -  "notifications": [],
                              -  "activity": "string",
                              -  "read": "string",
                              -  "showCardsCountAt": 0,
                              -  "startDayOfWeek": 0,
                              -  "starredBoards": [
                              -    "string"
                              +  "language": "string",
                              +  "notifications": [],
                              +  "activity": "string",
                              +  "read": "string",
                              +  "showCardsCountAt": 0,
                              +  "startDayOfWeek": 0,
                              +  "starredBoards": [
                              +    "string"
                                 ],
                              -  "icode": "string",
                              -  "boardView": "board-view-swimlanes",
                              -  "listSortBy": "-modifiedat",
                              -  "templatesBoardId": "string",
                              -  "cardTemplatesSwimlaneId": "string",
                              -  "listTemplatesSwimlaneId": "string",
                              -  "boardTemplatesSwimlaneId": "string"
                              +  "icode": "string",
                              +  "boardView": "board-view-swimlanes",
                              +  "listSortBy": "-modifiedat",
                              +  "templatesBoardId": "string",
                              +  "cardTemplatesSwimlaneId": "string",
                              +  "listTemplatesSwimlaneId": "string",
                              +  "boardTemplatesSwimlaneId": "string"
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -17914,7 +19415,7 @@ UserSecurity
                              -

                              Enumerated Values

                              +

                              Enumerated Values

                              @@ -17964,12 +19465,12 @@ UserSecurity

                              UsersSessiondata

                              {
                              -  "totalHits": 0,
                              -  "lastHit": 0
                              +  "totalHits": 0,
                              +  "lastHit": 0
                               }
                               
                               
                              -

                              Properties

                              +

                              Properties

                              @@ -17997,7 +19498,7 @@ UserSecurity
                              - +
                              @@ -18035,6 +19536,10 @@ UserSecurity Go + + PHP + +
                              diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 3175e90dc..5e772f8c6 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v4.93 + version: v4.94 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index c20c75cc1..ceaebc6a1 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 493, + appVersion = 494, # Increment this for every release. - appMarketingVersion = (defaultText = "4.93.0~2021-02-06"), + appMarketingVersion = (defaultText = "4.94.0~2021-02-08"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,