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 1cf174b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions w3-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 1cf174b

Please sign in to comment.