From f6c85584327719e3d67b212c22a6cd92d6503bcc Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 28 May 2025 16:21:32 -0700 Subject: [PATCH] [DOCS] Update modeling-guide.md (#4418) (cherry picked from commit f15ccea832ee9dba2b1a31f6d7430940c2a53984) --- docs/modeling-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/modeling-guide.md b/docs/modeling-guide.md index 32eef7f219..5ec0f5a8c1 100644 --- a/docs/modeling-guide.md +++ b/docs/modeling-guide.md @@ -671,6 +671,9 @@ class Request { } ``` +You can see the existing tag values in [elasticsearch-shared-overlays.yaml](https://github.com/elastic/elasticsearch-specification/blob/main/docs/overlays/elasticsearch-shared-overlays.yaml). +If you add a new tag value in your specification, you must also add it to this file. + NOTE: In the OpenAPI specification, operations can have multiple tags. However, we currently support only a single tag.