Commit 11f20576e9d236fb0ed2f6882364b10589c37292

Authored by Marin Jankovski
2 parents 1c6e93ed b36441f4

Merge branch 'master' of github.com:gitlabhq/gitlabhq

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
doc/system_hooks/system_hooks.md
... ... @@ -11,8 +11,8 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
11 11 "created_at": "2012-07-21T07:30:54Z",
12 12 "event_name": "project_create",
13 13 "name": "StoreCloud",
14   - "owner_email": "johnsmith@gmail.com"
15   - "owner_name": "John Smit",
  14 + "owner_email": "johnsmith@gmail.com",
  15 + "owner_name": "John Smith",
16 16 "path": "stormcloud",
17 17 "path_with_namespace": "jsmith/stormcloud",
18 18 "project_id": 74,
... ... @@ -26,7 +26,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
26 26 "created_at": "2012-07-21T07:30:58Z",
27 27 "event_name": "project_destroy",
28 28 "name": "Underscore",
29   - "owner_email": "johnsmith@gmail.com"
  29 + "owner_email": "johnsmith@gmail.com",
30 30 "owner_name": "John Smith",
31 31 "path": "underscore",
32 32 "path_with_namespace": "jsmith/underscore",
... ... @@ -36,7 +36,7 @@ System hooks can be used, e.g. for logging or changing information in a LDAP ser
36 36  
37 37 **New Team Member:**
38 38  
39   -```ruby
  39 +```json
40 40 {
41 41 "created_at": "2012-07-21T07:30:56Z",
42 42 "event_name": "user_add_to_team",
... ...