feat: add avatar in users service

This commit is contained in:
Sergey Krylov 2026-04-01 05:09:49 +03:00
parent e45bf05fb9
commit 8079b25fef

View File

@ -35,6 +35,7 @@ message User {
message PatchUserRequest {
string user_id = 1;
optional string name = 2;
optional string avatar = 3;
}
message PatchUserResponse {
bool ok = 1;