Skip to content

Commit

Permalink
support passing domain name when creating a team (#410)
Browse files Browse the repository at this point in the history
`domain_name` could be used to support automatic membership based on the domain name of the email
  • Loading branch information
passichenko authored May 28, 2024
1 parent 3eaa196 commit bd1bfb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/lekko/bff/v1beta1/bff.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ message UpdateAPIKeyScopesResponse {}

message CreateTeamRequest {
string name = 1;
string domain_name = 2;
}

message CreateTeamResponse {
Expand Down

0 comments on commit bd1bfb8

Please sign in to comment.