Updating the re-worked ShareX Custom Upload export.

This commit is contained in:
ZizzyDizzyMC 2021-02-22 21:04:17 -05:00
parent 040e20548e
commit ee762ba596
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
{ {
"Version": "13.1.0", "Version": "13.1.0",
"DestinationType": "ImageUploader, FileUploader", "DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "PUT", "RequestMethod": "PUT",
"RequestURL": "https://put.icu/upload/", "RequestURL": "https://put.icu/upload/",
"Headers": { "Headers": {
"Linx-Delete-Key": "testkey", "Accept": "application/json",
"Accept": "application/json" "Linx-Delete-Key": null,
"Linx-Access-Key": null
}, },
"Body": "Binary", "Body": "Binary",
"URL": "$json:url$", "URL": "$json:url$",