Send Edit (Encoded JSON)
keychain_send_editEdit a Bitwarden Send by providing a base64-encoded or raw JSON payload, with optional itemId for item-linked Sends.
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. |