Files
elasticsearch-js/docs/doc_examples/ce13afc0c976c5e1f424b58e0c97fd64.asciidoc
2024-09-03 09:36:52 -05:00

16 lines
445 B
Plaintext

// 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.put({
connector_id: "my-connector",
index_name: "search-google-drive",
name: "My Connector",
description: "My Connector to sync data to Elastic index from Google Drive",
service_type: "google_drive",
language: "english",
});
console.log(response);
----