Skip to content

Commit

Permalink
Merge pull request #553 from lhhyung/master
Browse files Browse the repository at this point in the history
Remove password field from UserProfile Update
  • Loading branch information
lhhyung authored Jan 15, 2025
2 parents 1466a3b + 7be06a4 commit 879a244
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions proto/spaceone/api/identity/v2/user_profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,15 @@ service UserProfile {

message UpdateUserProfileRequest {
// +optional
string password = 1;
string name = 1;
// +optional
string name = 2;
// +optional
string email = 3;
string email = 2;
// +optional
string language = 4;
string language = 3;
// +optional
string timezone = 5;
string timezone = 4;
// +optional
google.protobuf.Struct tags = 6;
google.protobuf.Struct tags = 5;
}

//{
Expand Down

0 comments on commit 879a244

Please sign in to comment.