Add date_started parameter to task API calls (#3042)

This commit is contained in:
rmjstn
2017-02-16 02:28:47 +01:00
committed by Frédéric Guillot
parent 5376bb9e0c
commit ce3cab5374
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +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)
- Result on success: **task_id**
- Result on failure: **false**
@@ -407,6 +408,7 @@ Response example:
- **recurrence_timeframe** (integer, optional)
- **recurrence_basedate** (integer, optional)
- **tags** ([]string, optional)
- **date_started**: ISO8601 format (string, optional)
- Result on success: **true**
- Result on failure: **false**