mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
12 lines
245 B
YAML
12 lines
245 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Export errors (.csv)
|
|
responses:
|
|
"200":
|
|
description: "A CSV file containing server-side errors"
|
|
content:
|
|
text/csv:
|
|
schema:
|
|
type: string
|
|
format: binary |