Skip to content

Commit 1b5ce8d

Browse files
authored
[DOCS] Fix overlay for resolve cluster (#3670) (#3684)
(cherry picked from commit f37de4e)
1 parent 070024f commit 1b5ce8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cluster/remote_info/ClusterRemoteInfoResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ export class ClusterRemoteProxyInfo {
7878
num_proxy_sockets_connected: integer
7979
/** The maximum number of socket connections to the remote cluster when proxy mode is configured. */
8080
max_proxy_socket_connections: integer
81-
/** This field presents and has value of ::es_redacted:: only when the remote cluster is configured with the API key based model. Otherwise, the field is not present. */
81+
/** This field is present and has a value of `::es_redacted::` only when the remote cluster is configured with the API key based model. Otherwise, the field is not present. */
8282
cluster_credentials?: string
8383
}

0 commit comments

Comments
 (0)