Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-21 05:20:01 +0300
committerEvan Read <eread@gitlab.com>2019-02-21 05:20:01 +0300
commitebdcf9ce4248320104ba0b027b5aeb626493b059 (patch)
treea2d5f35b7a5933f96bbc017bec73e4a210e30c64 /doc
parent5444b0a1fadf57cbbb2183001c53864421f8c0fc (diff)
parent0ab8c0265ef4c32389098a2e4ccbb3736c032d14 (diff)
Merge branch 'patch-45' into 'master'
Team Member Removed: "project_access" changed to "access_level". Team Member... See merge request gitlab-org/gitlab-ce!25306
Diffstat (limited to 'doc')
-rw-r--r--doc/system_hooks/system_hooks.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md
index 55b678d6af5..a3698d60f6d 100644
--- a/doc/system_hooks/system_hooks.md
+++ b/doc/system_hooks/system_hooks.md
@@ -147,7 +147,7 @@ Please refer to `group_rename` and `user_rename` for that case.
"user_name": "John Smith",
"user_username": "johnsmith",
"user_id": 41,
- "project_visibility": "private"
+ "project_visibility": "visibilitylevel|private"
}
```
@@ -158,7 +158,7 @@ Please refer to `group_rename` and `user_rename` for that case.
"created_at": "2012-07-21T07:30:56Z",
"updated_at": "2012-07-21T07:38:22Z",
"event_name": "user_remove_from_team",
- "project_access": "Maintainer",
+ "access_level": "Maintainer",
"project_id": 74,
"project_name": "StoreCloud",
"project_path": "storecloud",
@@ -167,7 +167,7 @@ Please refer to `group_rename` and `user_rename` for that case.
"user_name": "John Smith",
"user_username": "johnsmith",
"user_id": 41,
- "project_visibility": "private"
+ "project_visibility": "visibilitylevel|private"
}
```