diff options
author | Thomas Andres <thomas@andres.in> | 2017-03-16 22:43:59 +0100 |
---|---|---|
committer | Thomas Andres <thomas@andres.in> | 2017-03-16 22:43:59 +0100 |
commit | ad0cee20c199f5432affca90a320583677bb1e04 (patch) | |
tree | e67dcc5afa5a6bf9da72a0c26f349d97db317f75 /doc/en_US | |
parent | 30cdeaa689eae4f6ab10196a3148a2137e7361c5 (diff) |
changed date_started to the same behaviour as date_due
Diffstat (limited to 'doc/en_US')
-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 af24c523..a5691c12 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** |