## Description `@nestjs/swagger` and `swagger-ui-express` installed but API docs incomplete. Add comprehensive auto-generated docs. ## Acceptance Criteria - [ ] @ApiTags() on all controllers (Escrow, Auth, Admin, Assets, Health, Webhooks, Notifications) - [ ] @ApiOperation() with summary on every handler - [ ] @ApiResponse() for all response codes (200, 201, 400, 401, 403, 404, 409, 429, 500) - [ ] @ApiBearerAuth() on authenticated endpoints - [ ] @ApiBody() with examples for POST/PATCH/PUT - [ ] @ApiQuery() for query parameters - [ ] @ApiParam() for path parameters - [ ] @ApiProperty() on all DTOs with descriptions - [ ] Configure Swagger UI at /api/docs with JWT bearer input - [ ] Example request/response for core escrow CRUD - [ ] WebSocket events documentation - [ ] CI check for missing Swagger decorators **Points**: 150
Description
@nestjs/swaggerandswagger-ui-expressinstalled but API docs incomplete. Add comprehensive auto-generated docs.Acceptance Criteria
Points: 150