The underlying documentation.
Optional
callbacks?: { Optional
deprecated?: booleanOptional
description?: stringOptional
externalOptional
operationOptional
parameters?: (ReferenceObject | ParameterObject)[]Optional
requestOptional
security?: SecurityRequirementObject[]Optional
servers?: ServerObject[]Optional
summary?: stringOptional
tags?: string[]Indicates if endpoint does validate data with a schema or not.
Indicates if endpoint does validate query data with a schema or not.
Indicates if underlying method is marked with 'Authorize()' decorator or not.
The HTTP method.
The middlewares, which are defined for that route.
The path of the route.
Generated using TypeDoc
Context of a method, that updates the documentation of a route / controller method.