update_password
Update existing password entries by ID, changing only specified fields while preserving all others. Replace custom fields with a complete set; other attributes remain untouched.
Instructions
Update fields of an existing password by id. Only the fields you pass are changed; all others — including hidden/favorite state and custom fields — are preserved (the server rejects the write if the entry changed underneath us). Note that customFields REPLACES the whole set. Tags are left untouched and cannot be edited through this server. Provide at least one field besides id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the password to update (required). | |
| url | No | ||
| label | No | ||
| notes | No | ||
| folder | No | ||
| hidden | No | Hide/unhide the entry. | |
| favorite | No | ||
| password | No | ||
| username | No | ||
| customFields | No | User-defined fields. Replaces ALL existing custom fields, so send the complete set. Max 20 fields; label <= 48 chars, value <= 320 chars. |