You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add SSE and webhook event documentation to Swagger (#431)
Add comprehensive OpenAPI documentation for the real-time event systems:
- Create PolicyStatusEventDto for SSE event payload schema
- Create webhook DTOs (RegisterWebhookDto, WebhookRegistrationResponseDto,
WebhookListItemDto, PolicyStatusChangePayloadDto, ClaimStatusChangePayloadDto)
with validation decorators and Swagger metadata
- Document SSE endpoint with event data schema, status transition table,
and EventSource connection example
- Document webhook registration with event type table, payload schemas,
and HMAC-SHA256 signature verification instructions
- Add 'webhooks' and 'events' tags to Swagger config in DocumentBuilder
Co-authored-by: “Mainnet-ops” <“footballwatch68@gmail.com”>
0 commit comments