From ae357f393927e4572592156dd8f289d2d6f35efc Mon Sep 17 00:00:00 2001 From: Paul Z Date: Wed, 18 Oct 2023 21:08:46 +0200 Subject: [PATCH] doc change --- src/item_explanation.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/item_explanation.md b/src/item_explanation.md index d0c2d47..2248592 100644 --- a/src/item_explanation.md +++ b/src/item_explanation.md @@ -4,8 +4,7 @@ All following requests can only read the uploaded data. To change the default expiration date, you can use the `?ttl=` parameter. -## Upload a link -`$ curl -H "Content-Type: text/x-uri" --data "https://example.com" ` +After uploading data you can access it by accessing with an optional file extension that suits the data that you uploaded. ## Upload a image `$ curl -H "Content-Type: image/png" -T my-image.png ` @@ -22,6 +21,3 @@ $ tar -cz my-files | gpg -co tmp.tar.gz $ curl -H "Content-Type: application/octet-stream" -T tmp.tar.gz $ curl | gpg -d - | tar -xzf ``` - -## Accessing the data -After uploading data you can access it by accessing with an optional file extension that suits the data that you uploaded.