Skip to content

Commit 44b3b96

Browse files
committed
Fix connector terminology
1 parent ee9e7b1 commit 44b3b96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/connector/post/ConnectorPostRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { IndexName } from '@_types/common'
2323
* Create a connector.
2424
*
2525
* Connectors are Elasticsearch integrations that bring content from third-party data sources, which can be deployed on Elastic Cloud or hosted on your own infrastructure.
26-
* Native connectors are a managed service on Elastic Cloud.
27-
* Connector clients are self-managed on your infrastructure.
26+
* Elastic managed connectors (Native connectors) are a managed service on Elastic Cloud.
27+
* Self-managed connectors (Connector clients) are self-managed on your infrastructure.
2828
* @rest_spec_name connector.post
2929
* @availability stack since=8.12.0 stability=beta
3030
* @availability serverless stability=beta visibility=public

specification/connector/update_api_key_id/ConnectorUpdateAPIKeyIDRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { Id } from '@_types/common'
2323
*
2424
* Update the `api_key_id` and `api_key_secret_id` fields of a connector.
2525
* You can specify the ID of the API key used for authorization and the ID of the connector secret where the API key is stored.
26-
* The connector secret ID is required only for native connectors.
27-
* Connector clients do not use this field.
26+
* The connector secret ID is required only for Elastic managed (native) connectors.
27+
* Self-managed connectors (connector clients) do not use this field.
2828
* @rest_spec_name connector.update_api_key_id
2929
* @availability stack since=8.12.0 stability=beta
3030
* @availability serverless stability=beta visibility=public

0 commit comments

Comments
 (0)