update_connector
Update a connector draft by providing its id, expected version, and fields to change. Prevents stale updates and keeps authentication config as placeholder.
Instructions
Update a connector draft (a tool of type 'connector'). Read it first for its version; keep authConfig as placeholders only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The connector (tool) id. | |
| fields | Yes | Fields to change (camelCase). | |
| expectedVersion | Yes | Version last read — 409 if stale. |