mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-28 16:49:58 -07:00
server: endpoint description
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user