Commit 16c3d7031519b7fd62742b19aa3c006796466e18
1 parent
da88fca3
Exists in
master
and in
4 other branches
Fixed typo in project hook documentation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/api/projects.md
@@ -313,7 +313,7 @@ Removes a hook from project. This is an idempotent method and can be called mult | @@ -313,7 +313,7 @@ Removes a hook from project. This is an idempotent method and can be called mult | ||
313 | Either the hook is available or not. | 313 | Either the hook is available or not. |
314 | 314 | ||
315 | ``` | 315 | ``` |
316 | -DELETE /projects/:id/hooks/ | 316 | +DELETE /projects/:id/hooks/:hook_id |
317 | ``` | 317 | ``` |
318 | 318 | ||
319 | Parameters: | 319 | Parameters: |