Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/add-new-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Furthermore, every request definition **must** contain these JS Doc tags:
- `stability`: the API stability, one of `experimental`, `beta`, `stable`
- `visibility`: the API stability, one of `public` or `private`.
- `since`: the version of Elasticsearch when the API has been introduced (eg: `7.7.0`).
This field is only available for `stack`.
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.
- `feature_flag`: the feature flag value, only valid if the `visibility` is set to `feature_flag`.
This field is only available for `stack`.

Expand Down