Commit db15a306 authored by Drew Blessing's avatar Drew Blessing

Fix incorrect git_hook API docs [ci skip]

parent 8afda620
...@@ -887,7 +887,7 @@ Parameters: ...@@ -887,7 +887,7 @@ Parameters:
Get a project git hook. Get a project git hook.
``` ```
GET /projects/:id/git_hooks GET /projects/:id/git_hook
``` ```
Parameters: Parameters:
...@@ -910,7 +910,7 @@ Parameters: ...@@ -910,7 +910,7 @@ Parameters:
Adds a git hook to a specified project. Adds a git hook to a specified project.
``` ```
POST /projects/:id/git_hooks POST /projects/:id/git_hook
``` ```
Parameters: Parameters:
...@@ -924,7 +924,7 @@ Parameters: ...@@ -924,7 +924,7 @@ Parameters:
Edits a git hook for a specified project. Edits a git hook for a specified project.
``` ```
PUT /projects/:id/git_hooks PUT /projects/:id/git_hook
``` ```
Parameters: Parameters:
...@@ -939,7 +939,7 @@ Removes a git hook from a project. This is an idempotent method and can be calle ...@@ -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. Either the git hook is available or not.
``` ```
DELETE /projects/:id/git_hooks DELETE /projects/:id/git_hook
``` ```
Parameters: Parameters:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment