Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

API card due date.

API card due date.

Wekan / General · August 14, 2019 at 6:25am

Hey ,

is it possible to create a card with due date via the api? I tried to pass the "dueAt" Parameter from the schemas but its not working.

Thanks :)

Load previous messages

August 15, 2019 at 1:26pm

Please check that Python API interface does it have writing to API implemented. Also try with curl does the api work at all. Also look at https://github.com/wekan/wekan at wekan/models/* is there some bug in API code.

    • reply
    • like

    Also search at closed github issues about API and dueAt , I think someone had it working sometime.

      like-fill
      1
      • reply
      • like

      August 16, 2019 at 7:16am

      Hey thanks. Well I found the error with the python api interface (https://github.com/wekan/wekan-python-api-client) it only uses POST and GET but I need PUT to change the card. With CURL it works just fine. I just have to edit my project now. thanks :)

        • reply
        • like

        August 16, 2019 at 7:18pm

        You can add pull request to that wekan python api client repo, to add PUT.

          • reply
          • like