diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-09-10 00:49:53 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-09-10 00:49:53 +0000 |
commit | d7c1af988dd5962e9f1a526a31159ed95d03315d (patch) | |
tree | eefc32e9399ba929c9419eed1120fea68b4556bb /spec | |
parent | 61c7a085ca73dd291a85f0c5204ebc375270e1d9 (diff) | |
parent | 197654fc6a07ab635ea5aed9fe648906953182b8 (diff) | |
download | gitlab-ce-d7c1af988dd5962e9f1a526a31159ed95d03315d.tar.gz |
Merge branch 'issue-67127' into 'master'
Expose :protected field for ../tags/:tag_name API endpoint
See merge request gitlab-org/gitlab-ce!32790
Diffstat (limited to 'spec')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/tag.json | 3 |
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 } |