server: endpoint description

This commit is contained in:
nym21
2026-01-12 12:38:34 +01:00
parent b12a72ea1a
commit 1484eae53c

View File

@@ -74,7 +74,7 @@ impl ServerRoutes for ApiRouter<AppState> {
.server_tag()
.summary("Disk usage")
.description(
"Returns the disk space used by the indexed data.",
"Returns the disk space used by BRK and Bitcoin data.",
)
.ok_response::<DiskUsage>()
.not_modified()