diff options
author | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-20 14:30:11 +0100 |
---|---|---|
committer | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-02-20 14:30:11 +0100 |
commit | f0e417091c2cef32b560472a38f66cf6cdcaec15 (patch) | |
tree | 1b4a06460786d2c9e35057ac9e5c1b54b2bef356 /doc/api/projects.md | |
parent | 512d826cc3e89bb577f485d4767d91185f3f0556 (diff) | |
parent | ba1a453ef3dddf50a2c118f4490267b19a0b2cc8 (diff) | |
download | gitlab-ce-f0e417091c2cef32b560472a38f66cf6cdcaec15.tar.gz |
Merge branch 'master' into fixes/api
Conflicts:
spec/requests/api/projects_spec.rb
Diffstat (limited to 'doc/api/projects.md')
-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 cff4327a58c..2e13ccb88d4 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -354,7 +354,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: |