Files
profilarr/docs/api/v1/schemas/common.yaml
2026-04-09 05:47:20 +09:30

18 lines
279 B
YAML

HealthStatus:
type: string
enum:
- healthy
- degraded
- unhealthy
description: Overall health status
ErrorResponse:
type: object
required:
- error
properties:
error:
type: string
description: Error message
example: Unauthorized