summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Leone <git@andrealeone.xyz>2019-09-07 14:35:53 +0200
committerAndrea Leone <git@andrealeone.xyz>2019-09-07 16:25:54 +0200
commita3d075e8022805355110c1bc20ff31520fd4f15e (patch)
tree41241083c76a0f30ed54dac5e3e94342426ed980
parent26435701bc08095c2e3df259aa1a8f110ed4c51c (diff)
downloadgitlab-ce-a3d075e8022805355110c1bc20ff31520fd4f15e.tar.gz
Update API schema for Tag
-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
}