summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-05-12 17:19:57 -0400
committerFrederic Guillot <fred@kanboard.net>2017-05-12 17:19:57 -0400
commit873cd5aa94219849fe86a56b315f363a4bd90169 (patch)
tree11add50d4468c05e26557275230307be13afb104 /doc
parent5e32f55138ac1205279524ad98f98bc8411054eb (diff)
Update API documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/en_US/api-task-procedures.markdown20
1 files changed, 18 insertions, 2 deletions
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)"
+ }
},
...
]