Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwaggerPathDefinitionUpdaterContext

An execution context for a 'SwaggerPathDefinitionUpdater' function.

Hierarchy

  • SwaggerPathDefinitionUpdaterContext

Index

Properties

definition

definition: any

The path definition to update.

doesValidate

doesValidate: boolean

Indicates if endpoint does validate or not.

hasAuthorize

hasAuthorize: boolean

Indicates if underlying method is marked with 'Authorize()' decorator or not.

method

method: string

The HTTP method.

middlewares

middlewares: RequestHandler[]

The middlewares, which are defined for that route.

path

path: string

The route path.

Generated using TypeDoc