Deletion via GET request (URL) is now possible.
This enables better compatibility with ShareX, an open source screenshot tool.
This commit is contained in:
parent
5f8ed2aa47
commit
9d9f5b3a69
|
@ -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$"
|
||||
}
|
Loading…
Reference in New Issue