From 929a51084c0b2ce8c71c7caee2530201d33bb45e Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:46:00 +0300 Subject: [PATCH] Update Download to reflect API changes (#48) --- learn/using.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/using.md b/learn/using.md index ac613a4..c0ac91e 100644 --- a/learn/using.md +++ b/learn/using.md @@ -56,7 +56,7 @@ CID="..." ``` ```shell -curl "http://localhost:8080/api/codex/v1/data/${CID}/network" \ +curl "http://localhost:8080/api/codex/v1/data/${CID}/network/stream" \ -o "${CID}.png" ``` @@ -194,7 +194,7 @@ set CID="..." ``` ```batch -curl "http://localhost:8080/api/codex/v1/data/%CID%/network" ^ +curl "http://localhost:8080/api/codex/v1/data/%CID%/network/stream" ^ -o "%CID%.png" ```