mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-18 21:08:05 -04:00
18 lines
279 B
YAML
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
|