fix: image uploader setting import (#6387)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
x3rt
2025-08-28 16:25:26 -06:00
committed by GitHub
parent f87aac7011
commit c7a7740bfe
8 changed files with 178 additions and 10 deletions
@@ -0,0 +1,27 @@
{
"input": {
"Body": "MultipartFormData",
"DeletionURL": "{json:delete}",
"DestinationType": "ImageUploader, FileUploader",
"ErrorMessage": "{json:message}",
"FileFormName": "file",
"Headers": {
"X-bing": "bong",
"X-foo": "bar"
},
"Parameters": {
"urlfoo": "urlbar"
},
"RequestMethod": "POST",
"RequestURL": "https://kappa.lol/api/upload",
"URL": "{json:response|files[0].url}",
"Version": "14.0.1"
},
"output": {
"deletionLink": "{delete}",
"formField": "file",
"headers": "X-bing: bong;X-foo: bar",
"link": "{files.0.url}",
"url": "https://kappa.lol/api/upload"
}
}