From ba8adc2315c1552b2a7b5c2ad066d6b206d36d72 Mon Sep 17 00:00:00 2001 From: Paul Z Date: Thu, 20 Apr 2023 00:15:24 +0200 Subject: [PATCH] fixed typo in item_explanation.md --- src/item_explanation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_explanation.md b/src/item_explanation.md index fd86ed1..576fa5c 100644 --- a/src/item_explanation.md +++ b/src/item_explanation.md @@ -11,7 +11,7 @@ To use the build-in link-shortener functionality you have to POST the URL with C `$ curl -H "Content-Type: image/png" --data-binary @my-image.png ` ## Upload a big file -`$ curl -G "Content-Type: application/gzip" -T my-file.tar.gz ` +`$ curl -X POST -H "Content-Type: application/gzip" -T my-file.tar.gz ` ## Accessing the data After uploading data you can access it by accessing with an optional file extension that suits the data that you uploaded.