Overview
@nestjs/swagger is installed and mounted, but coverage is uneven: many endpoints lack @ApiResponse schemas, @ApiBearerAuth, or DTO property decorators, so the generated docs understate the real contract.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
@nestjs/swaggeris installed and mounted, but coverage is uneven: many endpoints lack@ApiResponseschemas,@ApiBearerAuth, or DTO property decorators, so the generated docs understate the real contract.Tasks
@ApiTags,@ApiOperation, and@ApiResponsefor success and documented failure codes.@ApiPropertyto all DTO fields with example values andrequiredflags.@ApiBearerAuth()to protected routes and configure the security scheme inmain.ts.swagger-ui"Try it out" against a local server and verify a few calls actually work from the docs page.Acceptance Criteria
anyresponse schema.Notes for Contributors
Comment below to be assigned.