diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-20 19:21:35 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-20 19:21:35 -0400 |
commit | 7b947ebdbd3b6bcd9de10ea4255bfa11fc88695c (patch) | |
tree | ec67439696608efb9e330c527c6a8f76da9d5c6d /docs/webhooks.markdown | |
parent | 22b26d0b4d68f0492275ec93eb4df1a975a8fc80 (diff) |
Allow sync of Github comments without common username and add unit tests
Diffstat (limited to 'docs/webhooks.markdown')
-rw-r--r-- | docs/webhooks.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/webhooks.markdown b/docs/webhooks.markdown index 4ace116b..f7925350 100644 --- a/docs/webhooks.markdown +++ b/docs/webhooks.markdown @@ -198,7 +198,7 @@ Comment creation: "task_id": "1", "user_id": "1", "comment": "test", - "date": 1431991615 + "date_creation": 1431991615 } } ``` |