File tree Expand file tree Collapse file tree 3 files changed +296
-283
lines changed Expand file tree Collapse file tree 3 files changed +296
-283
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ message GetAuthenticatedUserResponse {
23
23
24
24
message UpdateUserRequest {
25
25
string user_id = 1 ;
26
- string name = 2 ;
27
- string accepted_privacy_policy_date = 3 ;
28
- ProfileDetails profile = 4 ;
29
- string email_address = 5 ;
30
- EditorReference editor_settings = 6 ;
31
- EmailNotificationSettings email_notification_settings = 7 ;
26
+ optional string name = 2 ;
27
+ optional string accepted_privacy_policy_date = 3 ;
28
+ optional ProfileDetails profile = 4 ;
29
+ optional string email_address = 5 ;
30
+ optional EditorReference editor_settings = 6 ;
31
+ optional EmailNotificationSettings email_notification_settings = 7 ;
32
32
repeated WorkspaceAutostartOption workspace_autostart_options = 8 ;
33
- WorkspaceTimeoutSettings workspace_timeout_settings = 9 ;
33
+ optional WorkspaceTimeoutSettings workspace_timeout_settings = 9 ;
34
34
}
35
35
message UpdateUserResponse {
36
36
User user = 1 ;
You can’t perform that action at this time.
0 commit comments