summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Turner <novalis@novalis.org>2017-05-10 13:31:12 -0400
committerDavid Turner <novalis@novalis.org>2017-05-10 17:11:36 -0400
commit47b8516c15415e4111973fbc9a3a2782c1de3ed8 (patch)
treece6887b3ee70e2f533ee1af2f5bb4f9996af907b /doc
parentbbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff)
downloadgitlab-ce-47b8516c15415e4111973fbc9a3a2782c1de3ed8.tar.gz
Add username field to push webhook
Signed-off-by: David Turner <novalis@novalis.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/integrations/webhooks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index dbdc93a77a8..5a1dbc2a29b 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -74,6 +74,7 @@ X-Gitlab-Event: Push Hook
"checkout_sha": "da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
"user_id": 4,
"user_name": "John Smith",
+ "user_username": "jsmith",
"user_email": "john@example.com",
"user_avatar": "https://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=8://s.gravatar.com/avatar/d4c74594d841139328695756648b6bd6?s=80",
"project_id": 15,