nexo/services/core/api/v4/source/logs.yaml

18 lines
499 B
YAML

/api/v4/logs/download:
get:
tags:
- logs
summary: Download system logs
description: >
Downloads the system logs as a text file.
operationId: DownloadSystemLogs
responses:
"200":
description: System logs downloaded successfully.
content:
text/plain:
schema:
type: string
format: binary
"500":
$ref: "#/components/responses/InternalServerError"