13 lines
339 B
Plaintext
13 lines
339 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.updateApiKeyId({
|
|
connector_id: "my-connector",
|
|
api_key_id: "my-api-key-id",
|
|
api_key_secret_id: "my-connector-secret-id",
|
|
});
|
|
console.log(response);
|
|
----
|