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 'spec/fixtures/api/schemas/public_api/v4/project_hook.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/project_hook.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/project_hook.json b/spec/fixtures/api/schemas/public_api/v4/project_hook.json
index b89f5af8078..c42a4cad712 100644
--- a/spec/fixtures/api/schemas/public_api/v4/project_hook.json
+++ b/spec/fixtures/api/schemas/public_api/v4/project_hook.json
@@ -22,9 +22,11 @@
"releases_events",
"alert_status",
"disabled_until",
- "url_variables",
"emoji_events"
],
+ "optional": [
+ "url_variables"
+ ],
"properties": {
"id": {
"type": "integer"