You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modeling-guide.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -671,6 +671,9 @@ class Request {
671
671
}
672
672
```
673
673
674
+
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).
675
+
If you add a new tag value in your specification, you must also add it to this file.
676
+
674
677
NOTE: In the OpenAPI specification, operations can have multiple tags. However, we currently support only a single tag.
0 commit comments