Send Edit (Encoded JSON)
keychain_send_editEdit an existing Bitwarden Send by providing raw or base64-encoded JSON, with optional item linking, to update send details through the Vaultwarden CLI.
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 |
|---|---|---|---|
| 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. | |
| encodedJson | No | Base64-encoded Send edit JSON payload passed to bw send edit. |