Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jun 6, 2024
1 parent 42e414a commit 4287398
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buf/registry/owner/v1/organization_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ message UpdateOrganizationsRequest {
];
// The verification status of the Organization.
optional OrganizationVerificationStatus verification_status = 4 [(buf.validate.field).enum.defined_only = true];

// The base role that Organization members have for repositories in the Organization.
optional ModuleRole module_base_role = 8 [
(buf.validate.field).enum.defined_only = true,
(buf.validate.field).enum.not_in = 0,
(buf.validate.field).enum.not_in = 5
];
}
// The Organizations to update.
repeated Value values = 1 [
Expand Down

0 comments on commit 4287398

Please sign in to comment.