mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
feat: expose owner_name
in coder_workspace
resource (#11639)
This commit is contained in:
@ -656,6 +656,7 @@ func (api *API) putUserProfile(rw http.ResponseWriter, r *http.Request) {
|
||||
updatedUserProfile, err := api.Database.UpdateUserProfile(ctx, database.UpdateUserProfileParams{
|
||||
ID: user.ID,
|
||||
Email: user.Email,
|
||||
Name: params.Name,
|
||||
AvatarURL: user.AvatarURL,
|
||||
Username: params.Username,
|
||||
UpdatedAt: dbtime.Now(),
|
||||
|
Reference in New Issue
Block a user