password_update
Update or rotate a password or concealed field in a 1Password item. Creates the field if missing, and optionally returns the new password.
Instructions
Update (rotate) a password or concealed field on an existing 1Password item. If the target field does not exist, it will be created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | Yes | Vault ID containing the item. | |
| itemId | Yes | Item ID to update. | |
| newPassword | Yes | New password value. | |
| field | No | Field id or title to update. Defaults to 'password'. | |
| returnSecret | No | If true, include the updated password in the response. Defaults to false for security. |