diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-19 12:10:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-19 12:10:33 +0000 |
commit | f304336f5e0a200137bd87a3895f1bf20a61b1fb (patch) | |
tree | 7c6e8cff714e3c0e5a28d00c56e1097a1e672d8a /spec/fixtures | |
parent | 389312d00908adf98b30daac746805ec8447f92b (diff) | |
download | gitlab-ce-f304336f5e0a200137bd87a3895f1bf20a61b1fb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/label_basic.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/label_basic.json b/spec/fixtures/api/schemas/public_api/v4/label_basic.json index a4653c67ed2..a501bc2ec56 100644 --- a/spec/fixtures/api/schemas/public_api/v4/label_basic.json +++ b/spec/fixtures/api/schemas/public_api/v4/label_basic.json @@ -6,8 +6,7 @@ "color", "description", "description_html", - "text_color", - "remove_on_close" + "text_color" ], "properties": { "id": { "type": "integer" }, @@ -21,8 +20,7 @@ "text_color": { "type": "string", "pattern": "^#[0-9A-Fa-f]{3}{1,2}$" - }, - "remove_on_close": { "type": "boolean" } + } }, "additionalProperties": false } |