mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-03 18:20:53 -06:00
[client] Send file upload params in query
This commit is contained in:
@@ -33,7 +33,7 @@ class ResourceUploadAction extends ResourceCreateAction with FileUploadApiAction
|
||||
}
|
||||
|
||||
@override
|
||||
Map<String, String> get fields => {
|
||||
Map<String, String> get queryParameters => {
|
||||
'path': '$parent:$resourceName',
|
||||
'id': resourceId,
|
||||
'conflict': conflictResolution.toString(),
|
||||
|
||||
@@ -662,8 +662,8 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: a13a37f844bbb09b709fa5f155c82e0c26445882
|
||||
resolved-ref: a13a37f844bbb09b709fa5f155c82e0c26445882
|
||||
ref: fd571752a6874e564f777049378502f7cf54be85
|
||||
resolved-ref: fd571752a6874e564f777049378502f7cf54be85
|
||||
url: "https://codeberg.org/shroff/offtheline.git"
|
||||
source: git
|
||||
version: "0.16.0"
|
||||
|
||||
@@ -27,7 +27,7 @@ dependencies:
|
||||
offtheline:
|
||||
git:
|
||||
url: https://codeberg.org/shroff/offtheline.git
|
||||
ref: a13a37f844bbb09b709fa5f155c82e0c26445882
|
||||
ref: fd571752a6874e564f777049378502f7cf54be85
|
||||
open_file:
|
||||
package_info_plus:
|
||||
path:
|
||||
|
||||
Reference in New Issue
Block a user