Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add invite member apis #295

Merged
merged 1 commit into from
Sep 24, 2024
Merged

feat: add invite member apis #295

merged 1 commit into from
Sep 24, 2024

Conversation

rishtigupta
Copy link
Contributor

No description provided.

@rishtigupta rishtigupta marked this pull request as ready for review September 23, 2024 22:19
@@ -15,6 +15,11 @@ service GlobalAdmin {
rpc ListMembers(_ListMembersRequest) returns(_ListMembersResponse) {}
rpc GetEndpointsForAccount(_GetEndpointsForAccountRequest) returns (_GetEndpointsForAccountResponse) {}
rpc SetAccountName(_SetAccountNameRequest) returns (_SetAccountNameResponse) {}
rpc InviteMember(_InviteMemberRequest) returns (_InviteMemberResponse) {}
rpc AcceptInvitation(_AcceptInvitationRequest) returns (_AcceptInvitationResponse) {}
rpc RejectInvitation(_RejectInvitationRequest) returns (_RejectInvitationResponse) {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PDXKimani FWIW I think in the console UI we should use the word "Decline" for this. I don't have any concerns about the proto not matching the console UI if you've already shipped but just calling it out.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, makes sense.

@rishtigupta rishtigupta merged commit f19ec6d into main Sep 24, 2024
7 checks passed
@rishtigupta rishtigupta deleted the feat/invite-member-apis branch September 24, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants