diff --git a/Wekan-Sandstorm-cards-to-CSV-using-Python.md b/Wekan-Sandstorm-cards-to-CSV-using-Python.md index 0fbf889..cd91355 100644 --- a/Wekan-Sandstorm-cards-to-CSV-using-Python.md +++ b/Wekan-Sandstorm-cards-to-CSV-using-Python.md @@ -14,7 +14,7 @@ Code originally by ertanalytics (Eric Thompson / AZero). Script has been used fo https://api-URL.SUBDOMAIN.sandcats.io#APIKEY ``` -2) Modity URL, SUBDOMAIN and APIKEY to this script that exports board to file directly: +2) Modity URL, SUBDOMAIN and APIKEY to this Bash script that exports board to file directly: ``` curl https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json