Skip to content

Commit

Permalink
Added comment to clarify admin
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Apr 30, 2024
1 parent 7cfc5db commit 8fd35b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ service AdminService {
rpc CreateAccount(CreateAccountRequest) returns (CreateAccountResponse);
// Get the details of a given account
rpc GetAccount(AdminGetAccountRequest) returns (GetAccountResponse);
// Deletes an account
// Deletes an account from Overmind. If a user logs in again, they will get
// a completely new account provisioned for them
rpc DeleteAccount(AdminDeleteAccountRequest) returns (AdminDeleteAccountResponse);
// Deletes a user from Auth0, this does not delete the Overmind account that
// they are attached to ad should be used in conjunction with DeleteAccount
Expand Down

0 comments on commit 8fd35b3

Please sign in to comment.