mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-24 19:51:03 +01:00
- 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.
16 lines
255 B
YAML
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
|