Fix RESTfulness of project hook deletions by API

This commit is contained in:
Matt Humphrey 2013-02-20 11:35:36 +00:00
parent b7ac654b88
commit 33c513274d
3 changed files with 5 additions and 6 deletions

View file

@ -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: