diff options
author | gpongelli <gabriele.pongelli@gmail.com> | 2017-03-14 17:14:35 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-14 17:14:35 +0000 |
commit | 316e0edc5ae0ecec17aa7e15b3c8b0743a216195 (patch) | |
tree | 38a75899f76ada2d34e80d1e09abba19f347528d /doc/system_hooks | |
parent | 0046ffc0248f5edda84f8da0c7aeff97733eae2f (diff) | |
download | gitlab-ce-316e0edc5ae0ecec17aa7e15b3c8b0743a216195.tar.gz |
Syshook documentation updated
Diffstat (limited to 'doc/system_hooks')
-rw-r--r-- | doc/system_hooks/system_hooks.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md index ec13c2446ef..ad5ffc84473 100644 --- a/doc/system_hooks/system_hooks.md +++ b/doc/system_hooks/system_hooks.md @@ -313,8 +313,19 @@ X-Gitlab-Event: System Hook "git_ssh_url":"git@example.com:mike/diaspora.git", "visibility_level":0 }, - "commits": [], - "total_commits_count": 0 + "commits": [ + { + "id": "c5feabde2d8cd023215af4d2ceeb7a64839fc428", + "message": "Add simple search to projects in public area", + "timestamp": "2013-05-13T18:18:08+00:00", + "url": "https://dev.gitlab.org/gitlab/gitlabhq/commit/c5feabde2d8cd023215af4d2ceeb7a64839fc428", + "author": { + "name": "Dmitriy Zaporozhets", + "email": "dmitriy.zaporozhets@gmail.com" + } + } + ], + "total_commits_count": 1 } ``` |