diff options
Diffstat (limited to 'docs/webhooks.markdown')
-rw-r--r-- | docs/webhooks.markdown | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/webhooks.markdown b/docs/webhooks.markdown index fa3e11d8..4ace116b 100644 --- a/docs/webhooks.markdown +++ b/docs/webhooks.markdown @@ -122,7 +122,7 @@ Task modification: "date_completed": null, "score": "0", "date_due": "0", - "category_id": "0", + "category_id": "2", "creator_id": "1", "date_modification": 1431991603, "reference": "", @@ -138,11 +138,16 @@ Task modification: "recurrence_basedate": "0", "recurrence_parent": null, "recurrence_child": null, - "task_id": "1" + "task_id": "1", + "changes": { + "category_id": "2" + } } } ``` +Task update events have a field called `changes` that contains updated values. + Move a task to another column: ```json |