Merge pull request #3731 from coldfrontlabs/master
Fix typo in Project API documentation for deleting hooks
This commit is contained in:
commit
d747448b8b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue