Update an existing data connector configuration.
| Field | Type | Description |
|---|---|---|
connector_name | str | The profile name of the data connector to update. |
connector_body | VDBConfigs | Updated configuration object for the VDB. |
{ "profile_id": str }{
"connector_name": "my-pinecone-db",
"connector_body": {
"vector_db_type": "pinecone",
"api_key": "updated-api-key",
"environment": "us-west-1-aws",
"index_name": "my-index"
}
}