docs: show events emitted in an API route in the API reference (#12392)

* docs: show events emitted in an API route in the API reference

* fix build error

* support version tag

* add missing property
This commit is contained in:
Shahed Nasser
2025-05-07 14:56:54 +03:00
committed by GitHub
parent 0dd4572964
commit 262064fe96
8 changed files with 166 additions and 0 deletions

View File

@@ -2690,6 +2690,7 @@ class OasKindGenerator extends FunctionKindGenerator {
description: event.description,
deprecated: event.deprecated,
deprecated_message: event.deprecated_message,
version: event.version,
}))
)
}