mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-29 17:19:57 -07:00
server: openapi fixes
This commit is contained in:
@@ -116,6 +116,7 @@ impl ApiMetricsRoutes for ApiRouter<AppState> {
|
||||
},
|
||||
|op| op
|
||||
.metrics_tag()
|
||||
// .path_param::<Metric>()
|
||||
.summary("Search metrics")
|
||||
.description("Fuzzy search for metrics by name. Supports partial matches and typos.")
|
||||
.ok_response::<Vec<String>>()
|
||||
|
||||
Reference in New Issue
Block a user