Skip to content
Snippets Groups Projects
Commit b2246ed1 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Make sure webhooks are mentioned at the top level.

parent 0c4d923c
No related branches found
No related tags found
No related merge requests found
Loading
@@ -4,7 +4,7 @@
Loading
@@ -4,7 +4,7 @@
   
- [Users](users.md) - [Users](users.md)
- [Session](session.md) - [Session](session.md)
- [Projects](projects.md) - [Projects](projects.md) including setting Webhooks
- [Project Snippets](project_snippets.md) - [Project Snippets](project_snippets.md)
- [Services](services.md) - [Services](services.md)
- [Repositories](repositories.md) - [Repositories](repositories.md)
Loading
Loading
Loading
@@ -4,16 +4,16 @@
Loading
@@ -4,16 +4,16 @@
### Project visibility level ### Project visibility level
   
Project in GitLab has be either private, internal or public. Project in GitLab has be either private, internal or public.
You can determine it by `visibility_level` field in project. You can determine it by `visibility_level` field in project.
   
Constants for project visibility levels are next: Constants for project visibility levels are next:
   
* Private. `visibility_level` is `0`. * Private. `visibility_level` is `0`.
Project access must be granted explicitly for each user. Project access must be granted explicitly for each user.
   
* Internal. `visibility_level` is `10`. * Internal. `visibility_level` is `10`.
The project can be cloned by any logged in user. The project can be cloned by any logged in user.
* Public. `visibility_level` is `20`. * Public. `visibility_level` is `20`.
The project can be cloned without any authentication. The project can be cloned without any authentication.
   
Loading
@@ -362,7 +362,7 @@ Parameters:
Loading
@@ -362,7 +362,7 @@ Parameters:
- `public` (optional) - if `true` same as setting visibility_level = 20 - `public` (optional) - if `true` same as setting visibility_level = 20
- `visibility_level` (optional) - `visibility_level` (optional)
   
On success, method returns 200 with the updated project. If parameters are On success, method returns 200 with the updated project. If parameters are
invalid, 400 is returned. invalid, 400 is returned.
   
### Fork project ### Fork project
Loading
@@ -479,6 +479,9 @@ rely on the returned JSON structure.
Loading
@@ -479,6 +479,9 @@ rely on the returned JSON structure.
   
## Hooks ## Hooks
   
Also called Project Hooks and Webhooks.
These are different for [System Hooks](system_hooks.md) that are system wide.
### List project hooks ### List project hooks
   
Get a list of project hooks. Get a list of project hooks.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment