mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-29 05:50:51 +01:00
feat(api): improve health endpoint with verbose mode and better naming
This commit is contained in:
@@ -9,8 +9,17 @@ health:
|
||||
- `healthy`: All components functioning normally
|
||||
- `degraded`: Core functionality works but some components have issues
|
||||
- `unhealthy`: Core functionality is broken
|
||||
|
||||
Use `?verbose=true` for detailed component information.
|
||||
tags:
|
||||
- System
|
||||
parameters:
|
||||
- name: verbose
|
||||
in: query
|
||||
description: Include detailed component information
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
responses:
|
||||
'200':
|
||||
description: Health check response
|
||||
|
||||
Reference in New Issue
Block a user