Merge pull request #3731 from coldfrontlabs/master

Fix typo in Project API documentation for deleting hooks
This commit is contained in:
Dmitriy Zaporozhets 2013-04-26 00:07:48 -07:00
commit d747448b8b
1 changed files with 1 additions and 1 deletions

View File

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