Test run of new docs
This commit is contained in:
64
docs/reference-connector-update_configuration.asciidoc
Normal file
64
docs/reference-connector-update_configuration.asciidoc
Normal file
@ -0,0 +1,64 @@
|
||||
[[reference-connector-update_configuration]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.connector.updateConfiguration
|
||||
|
||||
Update the connector configuration. Update the configuration field in the connector document.
|
||||
|
||||
{ref}/update-connector-configuration-api.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(ConnectorUpdateConfigurationRequest, options?): Promise<ConnectorUpdateConfigurationResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `ConnectorUpdateConfigurationRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface ConnectorUpdateConfigurationRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
connector_id: <<shared-type-id, Id>>
|
||||
configuration?: ConnectorConnectorConfiguration
|
||||
values?: Record<string, any>
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `ConnectorUpdateConfigurationResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface ConnectorUpdateConfigurationResponse {
|
||||
result: <<shared-type-result, Result>>
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user