Commit 1e31a6df authored by Bob Van Landuyt's avatar Bob Van Landuyt

Add `build_events` to project service in the API

For backwards compatibility
parent cac7e03f
---
title: Rename build_events to job_events
merge_request: 11287
author:
...@@ -516,7 +516,7 @@ Example response: ...@@ -516,7 +516,7 @@ Example response:
"merge_requests_events": true, "merge_requests_events": true,
"tag_push_events": true, "tag_push_events": true,
"note_events": true, "note_events": true,
"build_events": true, "job_events": true,
"pipeline_events": true, "pipeline_events": true,
"properties": { "properties": {
"token": "9koXpg98eAheJpvBs5tK" "token": "9koXpg98eAheJpvBs5tK"
......
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