You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// internal_link is the link to an internal onboarding page for the organization, possibly featuring a custom onboarding guide and other resources
67
-
optionalstringinternal_link=1;
68
+
// internal_link is the link to an internal onboarding page for the organization, possibly featuring a custom onboarding guide and other resources
69
+
optionalstringinternal_link=1;
68
70
69
-
// recommended_repositories are the repositories that are recommended for new org members
70
-
repeatedstringrecommended_repositories=2;
71
+
// recommended_repositories are the repositories that are recommended for new org members
72
+
repeatedstringrecommended_repositories=2;
71
73
72
-
// welcome_message is the welcome message for the organization
73
-
optionalWelcomeMessagewelcome_message=3;
74
-
}
74
+
// welcome_message is the welcome message for the organization
75
+
optionalWelcomeMessagewelcome_message=3;
76
+
}
75
77
76
-
messageOrganizationSettings {
77
78
boolworkspace_sharing_disabled=1;
78
79
stringdefault_workspace_image=2;
79
80
repeatedstringallowed_workspace_classes=3;
@@ -84,6 +85,7 @@ message OrganizationSettings {
84
85
repeatedRoleRestrictionEntryrole_restrictions=8;
85
86
// max_parallel_running_workspaces is the maximum number of workspaces that a single user can run in parallel. 0 resets to the default, which depends on the org plan
86
87
int32max_parallel_running_workspaces=9;
88
+
// this is nested under OrganizationSettings because of the differences between the request & response shapes (see `featured_member_resolved_avatar_url` and `update_recommended_repositories`)
0 commit comments