docs: /trace returns list not single trace

This commit is contained in:
Stefan Strigler 2022-12-02 14:04:26 +01:00
parent f8dd8d652d
commit 1ba66fc722
1 changed files with 1 additions and 1 deletions

View File

@ -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 => #{