diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-29 03:07:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-29 03:07:51 +0000 |
commit | d94ed2a46aad78435de66af05c84060ae78c8fc0 (patch) | |
tree | 19b057ae567e8bdd10289d290608362f466ca589 /doc/api/system_hooks.md | |
parent | e56fd471503e00167ca96e7792f75a0d1f3b7891 (diff) | |
download | gitlab-ce-d94ed2a46aad78435de66af05c84060ae78c8fc0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/system_hooks.md')
-rw-r--r-- | doc/api/system_hooks.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md index 1e34adc5320..cd69a6a6b34 100644 --- a/doc/api/system_hooks.md +++ b/doc/api/system_hooks.md @@ -11,7 +11,7 @@ Read more about [system hooks](../system_hooks/system_hooks.md). Get a list of all system hooks. -``` +```plaintext GET /hooks ``` @@ -42,7 +42,7 @@ Example response: Add a new system hook. -``` +```plaintext POST /hooks ``` @@ -81,7 +81,7 @@ Example response: ## Test system hook -``` +```plaintext GET /hooks/:id ``` @@ -112,7 +112,7 @@ Example response: Deletes a system hook. -``` +```plaintext DELETE /hooks/:id ``` |