quire.putStorageValue
Store any JSON-serializable value in Quire's key-value storage, overwriting existing data with the same key.
Instructions
Store a value in Quire's key-value storage. Overwrites any existing value with the same name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The storage key name | |
| value | Yes | The value to store (can be any JSON-serializable value) |