8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5b15e commit 666f880Copy full SHA for 666f880
gitlab/v4/objects.py
@@ -453,6 +453,8 @@ class UserManager(CRUDMixin, RESTManager):
453
"avatar",
454
"public_email",
455
"private_profile",
456
+ "color_scheme_id",
457
+ "theme_id",
458
),
459
)
460
_update_attrs = (
@@ -476,6 +478,8 @@ class UserManager(CRUDMixin, RESTManager):
476
478
477
479
480
481
482
483
484
485
_types = {"confirm": types.LowercaseStringAttribute, "avatar": types.ImageAttribute}
0 commit comments