feat: add avatar in users service
This commit is contained in:
parent
e45bf05fb9
commit
8079b25fef
@ -35,6 +35,7 @@ message User {
|
|||||||
message PatchUserRequest {
|
message PatchUserRequest {
|
||||||
string user_id = 1;
|
string user_id = 1;
|
||||||
optional string name = 2;
|
optional string name = 2;
|
||||||
|
optional string avatar = 3;
|
||||||
}
|
}
|
||||||
message PatchUserResponse {
|
message PatchUserResponse {
|
||||||
bool ok = 1;
|
bool ok = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user