trove_update_secret
Update an existing secret by modifying fields, notes, or tags, then re-encrypt. Preserves creation date.
Instructions
Update an existing secret without re-supplying it whole: set/remove fields, change notes or tags, then re-encrypt. Decryption needs the private key; re-encryption needs recipients. Preserves the created date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret title or slug. | |
| tags | No | Replacement tag list (omit to keep). | |
| notes | No | New notes (omit to keep; '' clears). | |
| category | No | Category to disambiguate. | |
| set_fields | No | Fields to add or overwrite. | |
| remove_fields | No | Field names to drop. |