mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-17 16:36:51 +00:00
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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue