From 6ba73533d0e7f0d59f0e8945ced09ef45ebdfb17 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 2 Oct 2018 00:19:51 +0300 Subject: [PATCH] Updated REST API Boards (markdown) --- REST-API-Boards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-API-Boards.md b/REST-API-Boards.md index eaf478a..b15577b 100644 --- a/REST-API-Boards.md +++ b/REST-API-Boards.md @@ -8,9 +8,9 @@ curl -H "Authorization: Bearer a6DM_gOPRwBdynfXaGBaiiEwTiAuigR_Fj_81QmNpnf" \ http://localhost:3000/api/users/XQMZgynx9M79qTtQc/boards ``` -## Change role of user on board +## Add/Remove Board Member and Change Role -[Change Role: admin/normal/nocomments/commentonly](https://github.com/wekan/wekan/wiki/REST-API-Role) +[Add/Remove Board Member and Change Role: admin/normal/nocomments/commentonly](https://github.com/wekan/wekan/wiki/REST-API-Role). ## The admin takes the ownership of ALL boards of the user (archived and not archived) where the user is admin on.