Skip to content
Snippets Groups Projects
Commit 562fd32f authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

wip

parent 45082410
No related branches found
No related tags found
1 merge request!95В контракт сервиса файлов добавлен метод обновления информации о файле
......@@ -57,9 +57,10 @@ message AbortUploadRequest {
message AbortUploadResponse {}
message UpdateFileRequest {
string name = 1;
string mime_type = 2;
bool temporary = 3;
string file_id = 1;
string name = 2;
string mime_type = 3;
optional bool temporary = 4;
}
message UpdateFileResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment