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:
authorAndrea Leone <git@andrealeone.xyz>2019-09-07 15:35:53 +0300
committerAndrea Leone <git@andrealeone.xyz>2019-09-07 17:25:54 +0300
commita3d075e8022805355110c1bc20ff31520fd4f15e (patch)
tree41241083c76a0f30ed54dac5e3e94342426ed980 /spec/fixtures
parent26435701bc08095c2e3df259aa1a8f110ed4c51c (diff)
Update API schema for Tag
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/tag.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/tag.json b/spec/fixtures/api/schemas/public_api/v4/tag.json
index 5713ea1f526..bb0190955f0 100644
--- a/spec/fixtures/api/schemas/public_api/v4/tag.json
+++ b/spec/fixtures/api/schemas/public_api/v4/tag.json
@@ -16,7 +16,8 @@
{ "type": "null" },
{ "$ref": "release/tag_release.json" }
]
- }
+ },
+ "protected": { "type": "boolean" }
},
"additionalProperties": false
}