itglue_update_password
Modify an existing password entry in IT Glue by updating fields like name, credentials, URL, notes, or archive status.
Instructions
Update an existing password entry in IT Glue.
Args:
id (string|number): Password ID (required)
name (string): Password entry name
password_category_id (number): Category ID
username (string|null): Username
password (string): Password value
url (string|null): Associated URL
notes (string|null): Notes
archived (boolean): Archive status
response_format (string): 'markdown' or 'json'
Returns: The updated password entry.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| organization_id | No | Organization ID | |
| name | No | Password entry name | |
| password_category_id | No | Password category ID | |
| username | No | Username | |
| password | No | Password value | |
| url | No | URL associated with this password | |
| notes | No | Notes | |
| archived | No | Archive status | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |