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
7 changes: 6 additions & 1 deletion extend/contribute/api-docs/organize-annotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@ class FooRequest {

This example shows the "later addition" scenario where `laterAddition` was added after the initial API release, requiring a parameter-level availability annotation with a later version than the API-level availability.

:::::{important}
The `since` 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.
:::::


**Deprecation notices** use the `@deprecated` annotation:

```ts
Expand Down Expand Up @@ -449,4 +454,4 @@ The annotation system doesn't support "OR" relationships between privileges. Whe
:::
:::

::::
::::
Loading