From 58c9f579acd07a83d13aac3e499c2a9576574ee1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 5 Sep 2018 23:23:10 +0300 Subject: [PATCH] Updated REST API Boards (markdown) --- REST-API-Boards.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/REST-API-Boards.md b/REST-API-Boards.md index 4a93b7a..91125f5 100644 --- a/REST-API-Boards.md +++ b/REST-API-Boards.md @@ -4,7 +4,7 @@ curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \ http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards ``` -# The admin takes the ownership of ALL boards of the user (archived and not archived) where the user is admin on. +## The admin takes the ownership of ALL boards of the user (archived and not archived) where the user is admin on. | URL | Requires Admin Auth | HTTP Method | | :--- | :--- | :--- | @@ -16,4 +16,10 @@ curl -H "Authorization: Bearer t7iYB86mXoLfP_XsMegxF41oKT7iiA9lDYiKVtXcctl" \ -X PUT \ http://localhost:3000/api/users/ztKvBTzCqmyJ77on8 \ -d '{ "action": "takeOwnership" }' -``` \ No newline at end of file +``` + +## Board colors + +wekan/models/boards.js + +Wekan logo \ No newline at end of file