docs: support showing version of API route in API reference (#12433)

* docs: support showing version of API route in API reference

* small design fix
This commit is contained in:
Shahed Nasser
2025-05-09 17:37:10 +03:00
committed by GitHub
parent 9c5f2d0467
commit 68bf05d220
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ export type Operation = OpenAPIV3.OperationObject<{
"x-workflow"?: string
"x-sidebar-summary"?: string
"x-events"?: OasEvents[]
"x-version"?: string
}>
export type RequestObject = OpenAPIV3.RequestBodyObject & {