13 lines
327 B
Plaintext
13 lines
327 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_id>",
|
|
api_key_id: "API key_id",
|
|
api_key_secret_id: "secret_id",
|
|
});
|
|
console.log(response);
|
|
----
|