Skip to content

docs(swagger): enhance OpenAPI documentation across multiple controllers#240

Merged
Cedarich merged 1 commit intoPulsefy:mainfrom
Adedayo-Data:main
Mar 30, 2026
Merged

docs(swagger): enhance OpenAPI documentation across multiple controllers#240
Cedarich merged 1 commit intoPulsefy:mainfrom
Adedayo-Data:main

Conversation

@Adedayo-Data
Copy link
Copy Markdown
Contributor

  • Add API key authentication scheme for external access
  • Decorate controllers and endpoints with proper OpenAPI metadata
  • Add missing HTTP method decorators for route mapping
  • Include detailed response schemas and examples
  • Mark public endpoints with @public decorator for clarity

closes #237

- Add API key authentication scheme for external access
- Decorate controllers and endpoints with proper OpenAPI metadata
- Add missing HTTP method decorators for route mapping
- Include detailed response schemas and examples
- Mark public endpoints with @public decorator for clarity
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@Adedayo-Data Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich Cedarich merged commit 3985ec8 into Pulsefy:main Mar 30, 2026
1 check passed
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.

Standardize Swagger Documentation for all Endpoints

2 participants