update_connector
Update specific fields of a saved connector without altering others; replace its config to change credentials and reset its health status to untested, requiring a re-test before use.
Instructions
Partially update one saved connector: only the supplied fields change. Passing a new config replaces the encrypted credentials and resets the connector to untested, so call test_connector again afterwards. Requires manage permission on the connector (access_scope_denied otherwise) and at least one field; an unknown id fails with not_found. Returns the updated connector. Use preview_test_connector to validate a new config before applying it here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable name. | |
| config | No | Replacement connection config; resets health status to untested. | |
| visibility | No | New visibility. | |
| description | No | New description note. | |
| connector_id | Yes | Saved connector id from list_connectors. |