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/add-new-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Furthermore, every request definition **must** contain these JS Doc tags:
56
56
-`stability`: the API stability, one of `experimental`, `beta`, `stable`
57
57
-`visibility`: the API stability, one of `public` or `private`.
58
58
-`since`: the version of Elasticsearch when the API has been introduced (eg: `7.7.0`).
59
-
This field is only available for `stack`.
59
+
This field is only available for `stack`. If the API is introduced in multiple major versions (eg: `8.19.0` and `9.1.0`), use the appropriate value in each branch.
60
60
-`feature_flag`: the feature flag value, only valid if the `visibility` is set to `feature_flag`.
0 commit comments