Skip to content

Commit

Permalink
docs(storage): update store object doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Mar 3, 2023
1 parent da89b6f commit 73d323d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cw-storage-executemsg-oneof-storeobject.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
undefined#/execute/oneOf/0
```

StoreObject store an object to the bucket and make the sender the owner of the object. The object is referenced by the hash of its content and this value is returned. If the object is already stored, this is a no-op. If pin is true, the object is pinned for the sender.
StoreObject store an object to the bucket and make the sender the owner of the object. The object is referenced by the hash of its content and this value is returned. If the object is already stored, an error is returned. If pin is true, the object is pinned for the sender.

| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------- |
Expand Down
Loading

0 comments on commit 73d323d

Please sign in to comment.