Skip to content

Commit

Permalink
fix: change with to sub
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 18, 2024
1 parent 1abb587 commit 55fc9b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions w3-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,11 @@ 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
Shown Invocation example illustrates Alice requesting a page of the list blobs stored on their space.
Shown Invocation example illustrates Alice requesting a page of the list of blobs stored on their space.
```js
{
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 55fc9b8

Please sign in to comment.