Files
profilarr/docs/api/v1/schemas/common.yaml
Sam Chau 456ecc298b feat(api): add health check and OpenAPI docs
- Implemented health check endpoint to monitor application status and components.
- Added OpenAPI specification endpoint to serve the API documentation.
- Introduced new TypeScript definitions for API paths and components.
2026-01-15 16:50:28 +10:30

16 lines
255 B
YAML

ComponentStatus:
type: string
enum:
- healthy
- degraded
- unhealthy
description: Individual component health status
HealthStatus:
type: string
enum:
- healthy
- degraded
- unhealthy
description: Overall health status