Skip to content

Commit 666f880

Browse files
committed
chore(user): update user attributes to 12.8
1 parent be5b15e commit 666f880

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitlab/v4/objects.py

Lines changed: 4 additions & 0 deletions
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)