// This file is autogenerated, DO NOT EDIT // Use `node scripts/generate-docs-examples.js` to generate the docs examples [source, js] ---- const response = await client.connector.updatePipeline({ connector_id: "my-connector", pipeline: { extract_binary_content: true, name: "my-connector-pipeline", reduce_whitespace: true, run_ml_inference: true, }, }); console.log(response); ----