summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-20 05:22:38 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-20 05:22:38 -0800
commitba1a453ef3dddf50a2c118f4490267b19a0b2cc8 (patch)
treef3bb8ab3954e1361a978633becba3503725c8b90 /doc
parentb7ac654b88aa9b03f431d93c25e397ff2bc66a7a (diff)
parentdddf6eab2dc01dd2ac685f142a61824523fea50b (diff)
downloadgitlab-ce-ba1a453ef3dddf50a2c118f4490267b19a0b2cc8.tar.gz
Merge pull request #3053 from m4tthumphrey/api-delete-hook-by-id
Fix RESTfulness of project hook deletions by API
Diffstat (limited to 'doc')
-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 13c53880db0..ed9690f09a2 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -265,7 +265,7 @@ Will return status `201 Created` on success, or `404 Not found` on fail.
Delete hook from project
```
-DELETE /projects/:id/hooks
+DELETE /projects/:id/hooks/:hook_id
```
Parameters: