summaryrefslogtreecommitdiff
path: root/docs/webhooks.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-20 19:21:35 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-20 19:21:35 -0400
commit7b947ebdbd3b6bcd9de10ea4255bfa11fc88695c (patch)
treeec67439696608efb9e330c527c6a8f76da9d5c6d /docs/webhooks.markdown
parent22b26d0b4d68f0492275ec93eb4df1a975a8fc80 (diff)
Allow sync of Github comments without common username and add unit tests
Diffstat (limited to 'docs/webhooks.markdown')
-rw-r--r--docs/webhooks.markdown2
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
}
}
```