Skip to content

API due_date format. Clarification of what will work #5493

Answered by fguillot
faspina asked this question in Q&A
Discussion options

You must be logged in to vote

Use this date format: YYYY-MM-DD HH:MM, for example: 2024-07-01 14:25.

curl \
  -s \
  -u some-user \
  -d '{"jsonrpc": "2.0", "method": "createTask", "id": 1, "params": {"project_id": 1, "title": "Test API", "date_due": "2024-07-01 14:25"}}' \
  http://mykanboard/jsonrpc.php

The documentation has been updated:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fguillot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5492 on June 16, 2024 19:40.