Skip to content

Commit 12a57e2

Browse files
authored
Add tip about availability since across majors (#5149)
1 parent 04dc62e commit 12a57e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/add-new-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Furthermore, every request definition **must** contain these JS Doc tags:
5656
- `stability`: the API stability, one of `experimental`, `beta`, `stable`
5757
- `visibility`: the API stability, one of `public` or `private`.
5858
- `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.
6060
- `feature_flag`: the feature flag value, only valid if the `visibility` is set to `feature_flag`.
6161
This field is only available for `stack`.
6262

0 commit comments

Comments
 (0)