Fix RESTfulness of project hook deletions by API
This commit is contained in:
parent
b7ac654b88
commit
33c513274d
3 changed files with 5 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue