From bed2df0a09d42e8086eb41e9efa40ad045b3ce00 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Fri, 5 Apr 2024 10:24:31 -0700 Subject: [PATCH] chore: update http/put args --- w3-blob.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/w3-blob.md b/w3-blob.md index 71a7c41..aae642f 100644 --- a/w3-blob.md +++ b/w3-blob.md @@ -368,8 +368,9 @@ type BlobPut = { cmd: "/http/put" sub: DID args: { - content: Multihash - address: BlobAddress + url: URL + headers: Headers + body: Blob } meta: { keys: {[key: DID]: bytes}