mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 02:59:57 -06:00
[client] Send version id with upload request
This commit is contained in:
@@ -38,6 +38,7 @@ class ResourceUploadAction extends ResourceCreateAction with FileUploadApiAction
|
||||
'path': '$parent:$resourceName',
|
||||
'id': resourceId,
|
||||
'conflict': conflictResolution.toString(),
|
||||
'version_id': versionId,
|
||||
// 'sha256': '', // TODO: compute and send
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user