16 lines
440 B
Plaintext
16 lines
440 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: "en",
|
|
});
|
|
console.log(response);
|
|
----
|