Deletion via GET request (URL) is now possible.

This enables better compatibility with ShareX, an open source screenshot tool.
This commit is contained in:
ZizzyDizzyMC 2021-02-21 00:45:07 -05:00
parent 5f8ed2aa47
commit 9d9f5b3a69
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@
"RequestMethod": "PUT",
"RequestURL": "https://put.icu/upload/",
"Headers": {
"Linx-Delete-Key": "testkey",
"Accept": "application/json"
},
"Body": "Binary",
"URL": "$json:url$"
"URL": "$json:url$",
"DeletionURL": "https://put.icu/delete/$json:filename$?linx-delete-key=$json:delete_key$"
}