diff options
author | Mario de la Ossa <mdelaossa@gitlab.com> | 2018-06-07 20:54:24 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-06-07 20:54:24 +0000 |
commit | cf41aaba5ab9fb1d229807f77b2b77585d3550b0 (patch) | |
tree | 37405b49c29180d4fbf53efb3117163505ca0309 /spec/fixtures/api | |
parent | d4357afde55436a0fa3702d8d11bb8ae8a214381 (diff) | |
download | gitlab-ce-cf41aaba5ab9fb1d229807f77b2b77585d3550b0.tar.gz |
Backport of "Add assignee lists to boards"
Diffstat (limited to 'spec/fixtures/api')
-rw-r--r-- | spec/fixtures/api/schemas/list.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json index 05922df6b81..b76ec115293 100644 --- a/spec/fixtures/api/schemas/list.json +++ b/spec/fixtures/api/schemas/list.json @@ -37,5 +37,5 @@ "title": { "type": "string" }, "position": { "type": ["integer", "null"] } }, - "additionalProperties": false + "additionalProperties": true } |