Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Humphrey <matt@tomatto.co.uk>2013-02-20 15:35:36 +0400
committerMatt Humphrey <matt@tomatto.co.uk>2013-02-20 15:35:36 +0400
commit33c513274d2201787d592850e60a018b777e0c43 (patch)
treef74c380235742f07d1a5f86230fa49662ddf0a97 /doc
parentb7ac654b88aa9b03f431d93c25e397ff2bc66a7a (diff)
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: