diff --git a/doc/api/projects.md b/doc/api/projects.md index 095b53157d4dcbfa8539897204b70ed43203741b..8fab6e141f936a9f4a7dc42cd4974f1c19d75d5e 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -887,7 +887,7 @@ Parameters: Get a project git hook. ``` -GET /projects/:id/git_hooks +GET /projects/:id/git_hook ``` Parameters: @@ -910,7 +910,7 @@ Parameters: Adds a git hook to a specified project. ``` -POST /projects/:id/git_hooks +POST /projects/:id/git_hook ``` Parameters: @@ -924,7 +924,7 @@ Parameters: Edits a git hook for a specified project. ``` -PUT /projects/:id/git_hooks +PUT /projects/:id/git_hook ``` Parameters: @@ -939,7 +939,7 @@ Removes a git hook from a project. This is an idempotent method and can be calle Either the git hook is available or not. ``` -DELETE /projects/:id/git_hooks +DELETE /projects/:id/git_hook ``` Parameters: