mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
Update user.proto
This commit is contained in:
@@ -47,7 +47,7 @@ message Session {
|
|||||||
|
|
||||||
// Create a new user account. The email address and username for the account must be unique.
|
// Create a new user account. The email address and username for the account must be unique.
|
||||||
message CreateRequest {
|
message CreateRequest {
|
||||||
// optional acccount id
|
// optional account id
|
||||||
string id = 1;
|
string id = 1;
|
||||||
// the username
|
// the username
|
||||||
string username = 2;
|
string username = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user