From 28f163c1aef4aaedf54c5dc9d5cb52a7e4cae545 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 6 Oct 2025 10:42:23 -0700 Subject: [PATCH 1/2] Add some docs details for get tags --- specification/_doc_ids/table.csv | 2 +- specification/project/tags/TagsRequest.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/_doc_ids/table.csv b/specification/_doc_ids/table.csv index 23941a5133..3a0d4ffe74 100644 --- a/specification/_doc_ids/table.csv +++ b/specification/_doc_ids/table.csv @@ -525,7 +525,7 @@ point-in-time-api,https://www.elastic.co/docs/api/doc/elasticsearch/operation/op prevalidate-node-removal,https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-cluster,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster.html, preview-dfanalytics,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-preview-data-frame-analytics,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/preview-dfanalytics.html, preview-transform,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-preview-transform,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/preview-transform.html, -project-tags,,, +project-tags,https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-project-tags,,Get tags put-analytics-collection,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search-application-put-behavioral-analytics,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-analytics-collection.html, put-dfanalytics,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-put-data-frame-analytics,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-dfanalytics.html, put-enrich-policy-api,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-enrich-put-policy,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-enrich-policy-api.html, diff --git a/specification/project/tags/TagsRequest.ts b/specification/project/tags/TagsRequest.ts index 3158917439..f74d3c0c99 100644 --- a/specification/project/tags/TagsRequest.ts +++ b/specification/project/tags/TagsRequest.ts @@ -20,10 +20,13 @@ import { RequestBase } from '@_types/Base' /** + * Get tags. + * Get the tags that are defined for the project. * @doc_id project-tags * @rest_spec_name project.tags * @availability serverless stability=experimental visibility=public * @cluster_privileges monitor + * @doc_tag project */ export interface Request extends RequestBase { urls: [ From eed2d26b70f24a7dea25d3b0d9668d380d02a267 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 6 Oct 2025 10:58:27 -0700 Subject: [PATCH 2/2] Add overlay for new tag --- docs/overlays/elasticsearch-shared-overlays.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index ecddf06684..16630fc612 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -187,6 +187,10 @@ actions: x-displayName: Node lifecycle description: > The node lifecycle APIs enable you to prepare nodes for temporary or permanent shutdown, monitor the shutdown status, and enable a previously shut-down node to resume normal operations. + # P + - name: project + x-displayName: Project + # description: # Q - name: query_rules x-displayName: Query rules