Commit f5ff99d6b2366b368face5007d8f498175d40f9f
1 parent
52ad34fd
Exists in
master
and in
4 other branches
Fixed JSON description of system hook
Fixed JSON description of system hook to accurately describe what is actually being sent.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/views/admin/hooks/_data_ex.html.erb
@@ -28,8 +28,8 @@ | @@ -28,8 +28,8 @@ | ||
28 | "project_id": 74, | 28 | "project_id": 74, |
29 | "project_name": "StoreCloud", | 29 | "project_name": "StoreCloud", |
30 | "project_path": "storecloud", | 30 | "project_path": "storecloud", |
31 | - "owner_email": "johnsmith@gmail.com", | ||
32 | - "owner_name": "John Smith", | 31 | + "user_email": "johnsmith@gmail.com", |
32 | + "user_name": "John Smith", | ||
33 | } | 33 | } |
34 | 34 | ||
35 | 4. Team Member Removed: | 35 | 4. Team Member Removed: |
@@ -40,8 +40,8 @@ | @@ -40,8 +40,8 @@ | ||
40 | "project_id": 74, | 40 | "project_id": 74, |
41 | "project_name": "StoreCloud", | 41 | "project_name": "StoreCloud", |
42 | "project_path": "storecloud", | 42 | "project_path": "storecloud", |
43 | - "owner_email": "johnsmith@gmail.com", | ||
44 | - "owner_name": "John Smith", | 43 | + "user_email": "johnsmith@gmail.com", |
44 | + "user_name": "John Smith", | ||
45 | } | 45 | } |
46 | 46 | ||
47 | 5. User created: | 47 | 5. User created: |