Decorators
Decorators are used to enrich your OpenAPI specifications. They can be applied on a Controller, a Method or a Model. They are all prefixed with Api
.
For more information about the decorators, you can directly refer to the source code.
You can hover the following code snippet to get information about each decorator.
ts
@()
@()
@()
@()
@()
@()
@()
@()
@()
@()
@()
@()
@()
@()
@ApiOAuth2()
@()
@()
@()