changed date_started to the same behaviour as date_due

This commit is contained in:
Thomas Andres
2017-03-16 22:43:59 +01:00
parent 30cdeaa689
commit ad0cee20c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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**