ADD examples for deletion and add remark for cli output
This commit is contained in:
parent
9ff85a4e7e
commit
842cc1606d
2 changed files with 11 additions and 1 deletions
|
|
@ -68,6 +68,11 @@ Invoke-RestMethod -Uri "https://linedump.com/{path}"
|
|||
Invoke-RestMethod -Uri "https://linedump.com/{path}" -OutFile "filename.txt" # save to file
|
||||
|
||||
|
||||
█ Delete:
|
||||
|
||||
curl -X POST "https://linedump.com/{path}?token={deletion_token}" # delete paste
|
||||
|
||||
|
||||
|
||||
██ Encryption Examples with curl ██
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue