diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2017-05-11 14:44:27 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2017-05-15 14:27:02 +0200 |
commit | 1e31a6df54d83b879f2c13229cb8db84653224d6 (patch) | |
tree | ca3736fa3b2387e86bbbb585c233a50fa78a763e /doc | |
parent | cac7e03fa1cb39a685bcde87d4d67fb17c4f48f2 (diff) | |
download | gitlab-ce-1e31a6df54d83b879f2c13229cb8db84653224d6.tar.gz |
Add `build_events` to project service in the API
For backwards compatibility
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 0f42c256099..f77d15c2ea1 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -516,7 +516,7 @@ Example response: "merge_requests_events": true, "tag_push_events": true, "note_events": true, - "build_events": true, + "job_events": true, "pipeline_events": true, "properties": { "token": "9koXpg98eAheJpvBs5tK" |