From c25106462064743a26890f9d9c14046bf92ecc5e Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Fri, 21 Feb 2020 09:52:50 +0900 Subject: [PATCH] Update docs for webhook of push events Code change: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25224 Signed-off-by: Takuya Noguchi --- doc/user/project/integrations/webhooks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 5c9a21e2fbb025..d93c4b3cdae261 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -174,7 +174,8 @@ X-Gitlab-Event: Push Hook "commits": [ { "id": "b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327", - "message": "Update Catalan translation to e38cb41.", + "message": "Update Catalan translation to e38cb41.\n\nSee https://gitlab.com/gitlab-org/gitlab for more information", + "title": "Update Catalan translation to e38cb41.", "timestamp": "2011-12-12T14:27:31+02:00", "url": "http://example.com/mike/diaspora/commit/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327", "author": { @@ -188,6 +189,7 @@ X-Gitlab-Event: Push Hook { "id": "da1560886d4f094c3e6c9ef40349f7d38b5d27d7", "message": "fixed readme", + "title": "fixed readme", "timestamp": "2012-01-03T23:36:29+02:00", "url": "http://example.com/mike/diaspora/commit/da1560886d4f094c3e6c9ef40349f7d38b5d27d7", "author": { -- GitLab