From ee762ba596d0fb597f2911eb6634978ccccca705 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Mon, 22 Feb 2021 21:04:17 -0500 Subject: [PATCH] Updating the re-worked ShareX Custom Upload export. --- put.icu.sxcu | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/put.icu.sxcu b/put.icu.sxcu index f30b2aa..79bd301 100644 --- a/put.icu.sxcu +++ b/put.icu.sxcu @@ -1,11 +1,12 @@ { "Version": "13.1.0", - "DestinationType": "ImageUploader, FileUploader", + "DestinationType": "ImageUploader, TextUploader, FileUploader", "RequestMethod": "PUT", "RequestURL": "https://put.icu/upload/", "Headers": { - "Linx-Delete-Key": "testkey", - "Accept": "application/json" + "Accept": "application/json", + "Linx-Delete-Key": null, + "Linx-Access-Key": null }, "Body": "Binary", "URL": "$json:url$",