diff options
author | Mathew Winstone <mwinstone@coldfrontlabs.ca> | 2013-04-25 08:47:04 -0400 |
---|---|---|
committer | Mathew Winstone <mwinstone@coldfrontlabs.ca> | 2013-04-25 08:47:04 -0400 |
commit | 16c3d7031519b7fd62742b19aa3c006796466e18 (patch) | |
tree | 87d04a1dc2d21ec7730b4aa015c99bd903387cae /doc/api | |
parent | da88fca34c2ffa5259420d244ea6c1313f047186 (diff) | |
download | gitlab-ce-16c3d7031519b7fd62742b19aa3c006796466e18.tar.gz |
Fixed typo in project hook documentation
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index d6a9a8854ca..d3d15ab4e02 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -313,7 +313,7 @@ Removes a hook from project. This is an idempotent method and can be called mult Either the hook is available or not. ``` -DELETE /projects/:id/hooks/ +DELETE /projects/:id/hooks/:hook_id ``` Parameters: |