diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-07 15:56:00 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-09-07 15:56:00 +0000 |
commit | f2421b2b97d81ef7631f1baefb4ba4401c8a04dc (patch) | |
tree | 4cc7610789043fb53458490929c619261f43e9c4 /spec/fixtures | |
parent | 780dd6c6af0fe73026c88ef06fc277901bbef573 (diff) | |
parent | 26264625cbc2692bc113c1e701cb15eecbd010d2 (diff) | |
download | gitlab-ce-f2421b2b97d81ef7631f1baefb4ba4401c8a04dc.tar.gz |
Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'
Add option to change navigation color palette
Closes #35012
See merge request !13619
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/user/login.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/user/login.json b/spec/fixtures/api/schemas/public_api/v4/user/login.json index 6181b3ccc86..e6c1d9c9d84 100644 --- a/spec/fixtures/api/schemas/public_api/v4/user/login.json +++ b/spec/fixtures/api/schemas/public_api/v4/user/login.json @@ -19,6 +19,7 @@ "organization", "last_sign_in_at", "confirmed_at", + "theme_id", "color_scheme_id", "projects_limit", "current_sign_in_at", |