Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-15 10:28:58 +0300
committerRémy Coutable <remy@rymai.me>2017-05-15 10:28:58 +0300
commitc48554edc24fcdddd4af374ff99f5953a5e672d4 (patch)
tree135fcbeb7c385fb174c0747042f2a1a9ce6577b7 /doc/user/project/integrations
parentc6d5389283624cfdd04191e8119195b30500e38d (diff)
parent47b8516c15415e4111973fbc9a3a2782c1de3ed8 (diff)
Merge branch 'dturner/username' into 'master'
add username field to push webhook Closes #32136 See merge request !11272
Diffstat (limited to 'doc/user/project/integrations')
-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 e15daa2feae..48d49c5d40c 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,