16 lines
337 B
Plaintext
16 lines
337 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.transport.request({
|
|
method: "POST",
|
|
path: "/_connector/_sync_job",
|
|
body: {
|
|
id: "my-connector-id",
|
|
job_type: "full",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|