chore: update apps/emqx_management/src/emqx_mgmt_api_trace.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
zhongwencool 2022-10-17 09:45:00 +08:00 committed by GitHub
parent a02fea0a19
commit 77a5125366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ schema("/trace/:name/log_detail") ->
#{ #{
'operationId' => log_file_detail, 'operationId' => log_file_detail,
get => #{ get => #{
description => "get trace log file's detail message, such as size, last update time", description => "get trace log file's metadata, such as size, last update time",
tags => ?TAGS, tags => ?TAGS,
parameters => [hoconsc:ref(name)], parameters => [hoconsc:ref(name)],
responses => #{ responses => #{