summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Winstone <mwinstone@coldfrontlabs.ca>2013-04-25 08:47:04 -0400
committerMathew Winstone <mwinstone@coldfrontlabs.ca>2013-04-25 08:47:04 -0400
commit16c3d7031519b7fd62742b19aa3c006796466e18 (patch)
tree87d04a1dc2d21ec7730b4aa015c99bd903387cae
parentda88fca34c2ffa5259420d244ea6c1313f047186 (diff)
downloadgitlab-ce-16c3d7031519b7fd62742b19aa3c006796466e18.tar.gz
Fixed typo in project hook documentation
-rw-r--r--doc/api/projects.md2
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: