fix and update
This commit is contained in:
@@ -38,12 +38,14 @@ message DocumentPhotoUploadRequest {
|
||||
string userId = 1;
|
||||
string documentId = 2;
|
||||
string contentType = 3;
|
||||
optional string fileName = 4;
|
||||
}
|
||||
|
||||
message DocumentPhotoAccessRequest {
|
||||
string requesterId = 1;
|
||||
string targetUserId = 2;
|
||||
string storageKey = 3;
|
||||
optional string fileName = 4;
|
||||
}
|
||||
|
||||
message PresignedUploadResponse {
|
||||
|
||||
Reference in New Issue
Block a user