update_connection
Update an existing Cognigy.AI connection by modifying its name or credential values. Validate changes with dry run before applying.
Instructions
Updates an existing Cognigy.AI connection. Use this to change connection name or update credential values. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the connection | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| fields | No | Connection field values to update as key-value pairs | |
| connectionId | Yes | The connection ID to update |