diff options
| author | Tommy Beadle <tbeadle@arbor.net> | 2016-01-07 12:54:35 -0500 |
|---|---|---|
| committer | Tommy Beadle <tbeadle@arbor.net> | 2016-01-07 12:54:35 -0500 |
| commit | dada25d4472ec9ad601447fdd12da2301ac9ee79 (patch) | |
| tree | 0960ddb2221823a1ffaec714c997183b02129996 /doc/system_hooks | |
| parent | fc386b65d090848322b70ca915d9140482a51494 (diff) | |
| download | gitlab-ce-dada25d4472ec9ad601447fdd12da2301ac9ee79.tar.gz | |
Include the username in user_create/destroy system hooks.
Diffstat (limited to 'doc/system_hooks')
| -rw-r--r-- | doc/system_hooks/system_hooks.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md index 49f98ded046..0539f30e802 100644 --- a/doc/system_hooks/system_hooks.md +++ b/doc/system_hooks/system_hooks.md @@ -129,6 +129,7 @@ X-Gitlab-Event: System Hook "email": "js@gitlabhq.com", "event_name": "user_create", "name": "John Smith", + "username": "js", "user_id": 41 } ``` @@ -142,6 +143,7 @@ X-Gitlab-Event: System Hook "email": "js@gitlabhq.com", "event_name": "user_destroy", "name": "John Smith", + "username": "js", "user_id": 41 } ``` |
