Commit 015d8da7319e8e58869d56c8f516c275035a6c56

Authored by GitLab
1 parent 315d4cc8

Updating documentation to reflect #3836 (resolving #4443)

Showing 1 changed file with 16 additions and 13 deletions   Show diff stats
app/views/admin/hooks/_data_ex.html.erb
1 1 <% data_ex_str = <<eos
2 2 1. Project created:
3 3 {
4   - "created_at": "2012-07-21T07:30:54Z",
5   - "event_name": "project_create",
6   - "name": "StoreCloud",
7   - "owner_email": "johnsmith@gmail.com",
8   - "owner_name": "John Smith",
9   - "path": "storecloud",
10   - "project_id": 74
  4 + "created_at": "2012-07-21T07:30:54Z",
  5 + "event_name": "project_create",
  6 + "name": "StoreCloud",
  7 + "owner_email": "johnsmith@gmail.com"
  8 + "owner_name": "John Smit",
  9 + "path": "stormcloud",
  10 + "path_with_namespace": "jsmith/stormcloud",
  11 + "project_id": 74,
11 12 }
12 13  
13 14 2. Project destroyed:
14 15 {
15   - "event_name": "project_destroy",
16   - "name": "Underscore",
17   - "owner_email": "johnsmith@gmail.com",
18   - "owner_name": "John Smith",
19   - "path": "underscore",
20   - "project_id": 73
  16 + "created_at": "2012-07-21T07:30:58Z",
  17 + "event_name": "project_destroy",
  18 + "name": "Underscore",
  19 + "owner_email": "johnsmith@gmail.com"
  20 + "owner_name": "John Smith",
  21 + "path": "underscore",
  22 + "path_with_namespace": "jsmith/underscore",
  23 + "project_id": 73,
21 24 }
22 25  
23 26 3. New Team Member:
... ...