itglue_update_password
Update a password entry by its unique ID with fields like name, username, password, and URL. Requires a safety confirmation token to prevent accidental changes.
Instructions
Update a password entry by id. Sensitive write — requires confirm: "UPDATE_PASSWORD".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Password id (required). | |
| name | No | ||
| username | No | ||
| password | No | ||
| url | No | ||
| notes | No | ||
| passwordCategoryId | No | ||
| passwordFolderId | No | ||
| resourceType | No | ||
| resourceId | No | ||
| passwordType | No | ||
| otpEnabled | No | ||
| otpSecret | No | ||
| confirm | Yes | Required safety token. Pass "UPDATE_PASSWORD" verbatim to acknowledge this destructive operation. Without it the call is refused. |