diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-14 12:05:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-14 12:05:21 -0400 |
commit | b56b7fd31564d83181eb0463091435c33229d8ff (patch) | |
tree | fa42f5ab60f823a5debce669e37de5fe581bac0c | |
parent | 9b399951f430b26379a2bf8b13ace99290227e61 (diff) |
Add field changes in webhook documentation
-rw-r--r-- | docs/webhooks.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/webhooks.markdown b/docs/webhooks.markdown index fa3e11d8..1ebc0078 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": "", @@ -139,10 +139,15 @@ Task modification: "recurrence_parent": null, "recurrence_child": null, "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 |