docs: /trace returns list not single trace
This commit is contained in:
parent
f8dd8d652d
commit
1ba66fc722
|
@ -72,7 +72,7 @@ schema("/trace") ->
|
||||||
description => "List all trace",
|
description => "List all trace",
|
||||||
tags => ?TAGS,
|
tags => ?TAGS,
|
||||||
responses => #{
|
responses => #{
|
||||||
200 => hoconsc:ref(trace)
|
200 => hoconsc:array(hoconsc:ref(trace))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
post => #{
|
post => #{
|
||||||
|
|
Loading…
Reference in New Issue