From ce3cab5374864449268c02b3470abbc831ff7c41 Mon Sep 17 00:00:00 2001 From: rmjstn Date: Thu, 16 Feb 2017 02:28:47 +0100 Subject: Add date_started parameter to task API calls (#3042) --- doc/en_US/api-task-procedures.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/en_US') diff --git a/doc/en_US/api-task-procedures.markdown b/doc/en_US/api-task-procedures.markdown index db106f74..b847eb54 100644 --- a/doc/en_US/api-task-procedures.markdown +++ b/doc/en_US/api-task-procedures.markdown @@ -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** -- cgit v1.2.3