Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/system_hooks.md')
-rw-r--r--doc/api/system_hooks.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md
index 1b72ef1da53..720ae457f37 100644
--- a/doc/api/system_hooks.md
+++ b/doc/api/system_hooks.md
@@ -1,6 +1,6 @@
---
stage: Manage
-group: Integrations
+group: Import and Integrate
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
@@ -126,6 +126,8 @@ Example response:
## Test system hook
+Executes the system hook with mock data.
+
```plaintext
POST /hooks/:id
```
@@ -140,7 +142,7 @@ Example request:
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/hooks/1"
```
-Example response:
+The response is always the mock data:
```json
{