// 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.inference.put({ task_type: "my-inference-endpoint", inference_id: "_update", inference_config: { service_settings: { api_key: "", }, }, }); console.log(response); ----