From 34cc65b3088b30e1c2a0e60a1bd18a5b4d33bafa Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 14 Jan 2025 18:17:53 +0400 Subject: [PATCH] Fix indices.get_alias docs_ids entry (#3511) (cherry picked from commit 57ac85c3850f6321a4a35e8a14aa5fc304d394a0) --- output/schema/schema-serverless.json | 2 +- output/schema/schema.json | 2 +- specification/_doc_ids/table.csv | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index ff79e4f65b..e9fb616987 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -3435,7 +3435,7 @@ }, "description": "Get aliases.\nRetrieves information for one or more data stream or index aliases.", "docId": "indices-get-alias", - "docUrl": "", + "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-alias.html", "name": "indices.get_alias", "privileges": { "index": [ diff --git a/output/schema/schema.json b/output/schema/schema.json index bd371c8b30..c367af4dbb 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -7092,7 +7092,7 @@ }, "description": "Get aliases.\nRetrieves information for one or more data stream or index aliases.", "docId": "indices-get-alias", - "docUrl": "", + "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-alias.html", "name": "indices.get_alias", "privileges": { "index": [ diff --git a/specification/_doc_ids/table.csv b/specification/_doc_ids/table.csv index 076a8dbbf7..aeaac31eb3 100644 --- a/specification/_doc_ids/table.csv +++ b/specification/_doc_ids/table.csv @@ -245,8 +245,7 @@ indices-downsample-data-stream,https://www.elastic.co/guide/en/elasticsearch/ref indices-exists,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-exists.html indices-flush,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-flush.html indices-forcemerge,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-forcemerge.html -indices-get-alias, -https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-alias.html +indices-get-alias,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-alias.html indices-get-field-mapping,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-field-mapping.html indices-get-index,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-index.html indices-get-mapping,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-mapping.html