Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ac7d4a40
Commit
ac7d4a40
authored
Mar 27, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in webhooks docs.
Fixes
https://gitlab.com/gitlab-org/gitlab-ce/issues/14660
parent
c1834664
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
doc/web_hooks/web_hooks.md
doc/web_hooks/web_hooks.md
+4
-5
No files found.
doc/web_hooks/web_hooks.md
View file @
ac7d4a40
...
...
@@ -58,13 +58,13 @@ X-Gitlab-Event: Push Hook
"path_with_namespace"
:
"mike/diaspora"
,
"default_branch"
:
"master"
,
"homepage"
:
"http://example.com/mike/diaspora"
,
"url"
:
"git@example.com:mike/diaspora
diaspora
.git"
,
"url"
:
"git@example.com:mike/diaspora.git"
,
"ssh_url"
:
"git@example.com:mike/diaspora.git"
,
"http_url"
:
"http://example.com/mike/diaspora.git"
},
"repository"
:{
"name"
:
"Diaspora"
,
"url"
:
"git@example.com:mike/diaspora
diaspora
.git"
,
"url"
:
"git@example.com:mike/diaspora.git"
,
"description"
:
""
,
"homepage"
:
"http://example.com/mike/diaspora"
,
"git_http_url"
:
"http://example.com/mike/diaspora.git"
,
...
...
@@ -113,7 +113,6 @@ Triggered when you create (or delete) tags to the repository.
X-Gitlab-Event: Tag Push Hook
```
**Request body:**
```
json
...
...
@@ -143,7 +142,7 @@ X-Gitlab-Event: Tag Push Hook
"http_url"
:
"http://example.com/jsmith/example.git"
},
"repository"
:{
"name"
:
"
jsmith
"
,
"name"
:
"
Example
"
,
"url"
:
"ssh://git@example.com/jsmith/example.git"
,
"description"
:
""
,
"homepage"
:
"http://example.com/jsmith/example"
,
...
...
@@ -478,7 +477,7 @@ X-Gitlab-Event: Note Hook
},
"repository"
:{
"name"
:
"diaspora"
,
"url"
:
"git@example.com:mike/diaspora
diaspora
.git"
,
"url"
:
"git@example.com:mike/diaspora.git"
,
"description"
:
""
,
"homepage"
:
"http://example.com/mike/diaspora"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment