Send Edit (Encoded JSON)
keychain_send_editEdit an existing Send via advanced send edit flow using either base64-encoded JSON or raw JSON, with optional itemId for item-linked edits.
Instructions
Edit an existing Send with the advanced bw send edit flow. Provide encodedJson or raw json containing the Send edit payload; raw json is encoded before invoking bw. Optional itemId maps to --itemid for item-linked Send edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encodedJson | No | Base64-encoded Send edit JSON payload passed to bw send edit. | |
| json | No | Raw Send edit JSON payload; the server encodes it before bw send edit. | |
| itemId | No | Optional parent item id passed to bw send edit as --itemid. |