From 7cf1b3f188658f7fdce855bfa00f358702df01f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 23 Jun 2025 14:53:47 +0200 Subject: [PATCH] Adds a link to the update cross cluster API key API spec (#4649) * Adds a link to the update cross cluster API key API spec. * Fix format. * Run make spec-format-fix * Update specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts --------- Co-authored-by: Quentin Pradet (cherry picked from commit 32a6a5c1c65f0aad95c67016b68576719a4c9b15) --- .../UpdateCrossClusterApiKeyRequest.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts b/specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts index 18512fcecc..0e3cf5143b 100644 --- a/specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts +++ b/specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts @@ -40,6 +40,8 @@ import { Access } from '@security/_types/Access' * The owner user's information, such as the `username` and `realm`, is also updated automatically on every call. * * NOTE: This API cannot update REST API keys, which should be updated by either the update API key or bulk update API keys API. + * + * To learn more about how to use this API, refer to the [Update cross cluter API key API examples page](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/update-cc-api-key-examples). * @rest_spec_name security.update_cross_cluster_api_key * @availability stack stability=stable * @cluster_privileges manage_security