summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-04-09 16:08:10 +0000
committerRobert Speicher <robert@gitlab.com>2018-04-09 16:08:10 +0000
commit91a3a4b526214f4174f4f12de23dfb5baf033211 (patch)
treedc3a600fe208621d7cb9cf71a1f1f2246f93bea1 /spec
parentdb204e23fc5a1bf161e7475fe06199fb435e1cab (diff)
parent3a4086e22f2a4c837635f14bb6e9ae056299dc6c (diff)
downloadgitlab-ce-91a3a4b526214f4174f4f12de23dfb5baf033211.tar.gz
Merge branch 'feature/add_target_to_tags' into 'master'
Expose the target commit ID through the tag API See merge request gitlab-org/gitlab-ce!18248
Diffstat (limited to 'spec')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/tag.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/tag.json b/spec/fixtures/api/schemas/public_api/v4/tag.json
index 52cfe86aeeb..10d4edb7ffb 100644
--- a/spec/fixtures/api/schemas/public_api/v4/tag.json
+++ b/spec/fixtures/api/schemas/public_api/v4/tag.json
@@ -10,6 +10,7 @@
"name": { "type": "string" },
"message": { "type": ["string", "null"] },
"commit": { "$ref": "commit/basic.json" },
+ "target": { "type": "string" },
"release": {
"oneOf": [
{ "type": "null" },