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.
2 parents be5b15e + 666f880 commit 8c44bb6Copy full SHA for 8c44bb6
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