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:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user