Skip to content

Commit

Permalink
Merge pull request #1043 from python-gitlab/chore/update-user-attributes
Browse files Browse the repository at this point in the history
chore(user): update user attributes to 12.8
  • Loading branch information
bufferoverflow committed Mar 9, 2020
2 parents be5b15e + 666f880 commit 8c44bb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitlab/v4/objects.py
Expand Up @@ -453,6 +453,8 @@ class UserManager(CRUDMixin, RESTManager):
"avatar",
"public_email",
"private_profile",
"color_scheme_id",
"theme_id",
),
)
_update_attrs = (
Expand All @@ -476,6 +478,8 @@ class UserManager(CRUDMixin, RESTManager):
"avatar",
"public_email",
"private_profile",
"color_scheme_id",
"theme_id",
),
)
_types = {"confirm": types.LowercaseStringAttribute, "avatar": types.ImageAttribute}
Expand Down

0 comments on commit 8c44bb6

Please sign in to comment.