Skip to content

feat: complete OpenAPI schemas and Swagger auth documentation#63

Merged
aji70 merged 1 commit into
MyFanss:mainfrom
MissHarah:feat/complete-openapi-schemas-swagger-auth
Jul 24, 2026
Merged

feat: complete OpenAPI schemas and Swagger auth documentation#63
aji70 merged 1 commit into
MyFanss:mainfrom
MissHarah:feat/complete-openapi-schemas-swagger-auth

Conversation

@MissHarah

@MissHarah MissHarah commented Jul 23, 2026

Copy link
Copy Markdown
Contributor
  • Add @ApiProperty/@ApiPropertyOptional to all public DTOs in users, posts modules
  • Enrich Swagger config with full bearer auth flow, login example, and route groups
  • Create comprehensive docs/swagger-auth.md contributor guide
  • Update README with Swagger docs pointer in multiple sections
  • Fix pre-existing build errors: add missing imports (UploadsModule, BadRequestException, TransformInterceptor), declare details variable
    Closes Complete OpenAPI Schemas and Swagger Auth Examples #61

- Add @ApiProperty/@ApiPropertyOptional to all public DTOs in users, posts modules
- Enrich Swagger config with full bearer auth flow, login example, and route groups
- Create comprehensive docs/swagger-auth.md contributor guide
- Update README with Swagger docs pointer in multiple sections
- Fix pre-existing build errors: add missing imports (UploadsModule, BadRequestException, TransformInterceptor), declare details variable

Closes issue on complete OpenAPI schemas and Swagger auth examples
@aji70
aji70 merged commit 1e3b791 into MyFanss:main Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Complete OpenAPI Schemas and Swagger Auth Examples

2 participants