diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-15 15:04:12 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-15 15:05:06 -0800 |
commit | 765cb42725f6035ea33dbcdee103ebefef562ed9 (patch) | |
tree | ea3c921813e6c0ca4962a9792b5a246a7adee591 /doc/en_US/api-task-procedures.markdown | |
parent | e03f5d17f0a80d6140030275d37ac48ea3230c66 (diff) | |
parent | 0c378e2b5186175dd664145dcb9f83498c78b929 (diff) |
Solve conflict in PR #3113
Diffstat (limited to 'doc/en_US/api-task-procedures.markdown')
-rw-r--r-- | doc/en_US/api-task-procedures.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en_US/api-task-procedures.markdown b/doc/en_US/api-task-procedures.markdown index 6f13e15e..cec6e0e0 100644 --- a/doc/en_US/api-task-procedures.markdown +++ b/doc/en_US/api-task-procedures.markdown @@ -23,7 +23,7 @@ API Task Procedures - **recurrence_timeframe** (integer, optional) - **recurrence_basedate** (integer, optional) - **tags** ([]string, optional) - - **date_started**: d/m/Y H:i format (string, optional) + - **date_started**: ISO8601 format (string, optional) - Result on success: **task_id** - Result on failure: **false** |