Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
b2dedc5f
Unverified
Commit
b2dedc5f
authored
Jun 21, 2020
by
eXtreme Training
Committed by
GitHub
Jun 21, 2020
Browse files
Update UserApi.java (#582)
Added theme_id and color_scheme_id properties.
parent
973799f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/UserApi.java
View file @
b2dedc5f
...
...
@@ -974,6 +974,8 @@ public class UserApi extends AbstractApi {
.
withParam
(
"bio"
,
user
.
getBio
(),
false
)
.
withParam
(
"location"
,
user
.
getLocation
(),
false
)
.
withParam
(
"admin"
,
user
.
getIsAdmin
(),
false
)
.
withParam
(
"theme_id"
,
user
.
getThemeId
(),
false
)
.
withParam
(
"color_scheme_id"
,
user
.
getColorSchemeId
(),
false
)
.
withParam
(
"can_create_group"
,
user
.
getCanCreateGroup
(),
false
)
.
withParam
(
skipConfirmationFeildName
,
user
.
getSkipConfirmation
(),
false
)
.
withParam
(
"external"
,
user
.
getExternal
(),
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment