Updating the re-worked ShareX Custom Upload export.
This commit is contained in:
parent
040e20548e
commit
ee762ba596
|
@ -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$",
|
||||||
|
|
Loading…
Reference in New Issue