From 1a6ab687524959ae8a068dc0b346a24251389629 Mon Sep 17 00:00:00 2001 From: Mirko Genovese Date: Fri, 9 Feb 2024 08:17:59 +0100 Subject: [PATCH] Update api.py Typo error on instructions --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 205bfcd6a..8fe4e80d5 100755 --- a/api.py +++ b/api.py @@ -39,7 +39,7 @@ If *nix: chmod +x api.py => ./api.py users python3 api.py addcustomfieldtoboard AUTHORID BOARDID NAME TYPE SETTINGS SHOWONCARD AUTOMATICALLYONCARD SHOWLABELONMINICARD SHOWSUMATTOPOFLIST # Add Custom Field to Board python3 api.py editcustomfield BOARDID LISTID CARDID CUSTOMFIELDID NEWCUSTOMFIELDVALUE python3 api.py listattachments BOARDID # List attachments - python3 api.py cardsbyswimlane BOARDID LISTID + python3 api.py cardsbyswimlane SWIMLANEID LISTID python3 api.py getcard BOARDID LISTID CARDID python3 api.py addlabel BOARDID LISTID CARDID LABELID python3 api.py addcardwithlabel AUTHORID BOARDID SWIMLANEID LISTID CARDTITLE CARDDESCRIPTION LABELIDS