diff options
author | Andrea Leone <git@andrealeone.xyz> | 2019-09-07 14:35:53 +0200 |
---|---|---|
committer | Andrea Leone <git@andrealeone.xyz> | 2019-09-07 16:25:54 +0200 |
commit | a3d075e8022805355110c1bc20ff31520fd4f15e (patch) | |
tree | 41241083c76a0f30ed54dac5e3e94342426ed980 /spec | |
parent | 26435701bc08095c2e3df259aa1a8f110ed4c51c (diff) | |
download | gitlab-ce-a3d075e8022805355110c1bc20ff31520fd4f15e.tar.gz |
Update API schema for Tag
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 } |