Profile gRPC: Define getVersionedProfile endpoint

This commit is contained in:
Katherine Yen
2023-08-30 14:47:11 -07:00
committed by GitHub
parent 5afc058f90
commit dd18fcaea2
7 changed files with 354 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ message GetVersionedProfileRequest {
/**
* The profile version to retrieve.
*/
bytes version = 2;
string version = 2;
}
message GetVersionedProfileAnonymousRequest {