Skip to content

Commit 8c44bb6

Browse files
Merge pull request #1043 from python-gitlab/chore/update-user-attributes
chore(user): update user attributes to 12.8
2 parents be5b15e + 666f880 commit 8c44bb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitlab/v4/objects.py

+4
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ class UserManager(CRUDMixin, RESTManager):
453453
"avatar",
454454
"public_email",
455455
"private_profile",
456+
"color_scheme_id",
457+
"theme_id",
456458
),
457459
)
458460
_update_attrs = (
@@ -476,6 +478,8 @@ class UserManager(CRUDMixin, RESTManager):
476478
"avatar",
477479
"public_email",
478480
"private_profile",
481+
"color_scheme_id",
482+
"theme_id",
479483
),
480484
)
481485
_types = {"confirm": types.LowercaseStringAttribute, "avatar": types.ImageAttribute}

0 commit comments

Comments
 (0)