From 873cd5aa94219849fe86a56b315f363a4bd90169 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 12 May 2017 17:19:57 -0400 Subject: Update API documentation --- doc/en_US/api-task-procedures.markdown | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/en_US/api-task-procedures.markdown b/doc/en_US/api-task-procedures.markdown index af24c523..6f13e15e 100644 --- a/doc/en_US/api-task-procedures.markdown +++ b/doc/en_US/api-task-procedures.markdown @@ -255,7 +255,15 @@ Response example: "recurrence_basedate": "0", "recurrence_parent": null, "recurrence_child": null, - "url": "http:\/\/127.0.0.1:8000\/?controller=task&action=show&task_id=1&project_id=1" + "priority": "0", + "external_provider": null, + "external_uri": null, + "url": "http:\/\/127.0.0.1:8000\/?controller=task&action=show&task_id=1&project_id=1", + "color": { + "name": "Blue", + "background": "rgb(219, 235, 255)", + "border": "rgb(168, 207, 255)" + } }, { "id": "2", @@ -287,7 +295,15 @@ Response example: "recurrence_basedate": "0", "recurrence_parent": null, "recurrence_child": null, - "url": "http:\/\/127.0.0.1:8000\/?controller=task&action=show&task_id=2&project_id=1" + "priority": "0", + "external_provider": null, + "external_uri": null, + "url": "http:\/\/127.0.0.1:8000\/?controller=task&action=show&task_id=2&project_id=1", + "color": { + "name": "Green", + "background": "rgb(189, 244, 203)", + "border": "rgb(74, 227, 113)" + } }, ... ] -- cgit v1.2.3