Commit d747448b8b8534e9c53133afaf0b2b32cc30fee7

Authored by Dmitriy Zaporozhets
2 parents 233d285c 16c3d703

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 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 319 Parameters:
... ...