From 1cf174b49205b7471d3b4e9d85fbebd25d3368d9 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 18 Apr 2024 16:18:15 +0100 Subject: [PATCH] fix: change with to sub --- w3-blob.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/w3-blob.md b/w3-blob.md index 9bb234f..5108a52 100644 --- a/w3-blob.md +++ b/w3-blob.md @@ -567,7 +567,7 @@ type LocationCommitment = { ## List Blob -Authorized agent MAY invoke `blob/list` capability on the [space] subject (`with` field) to list Blobs added to it at the time of invocation. +Authorized agent MAY invoke `blob/list` capability on the [space] subject (`sub` field) to list Blobs added to it at the time of invocation. ### List Blob Invocation Example @@ -693,7 +693,7 @@ Receipt MUST not have any effects. ## Remove Blob -Authorized agent MAY invoke `blob/remove` capability to remove content archive from the subject space (`with` field). +Authorized agent MAY invoke `blob/remove` capability to remove content archive from the subject space (`sub` field). ### Remove Blob Invocation Example