Commit d747448b8b8534e9c53133afaf0b2b32cc30fee7
Exists in
master
and in
4 other branches
Merge pull request #3731 from coldfrontlabs/master
Fix typo in Project API documentation for deleting hooks
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: |