fix: use lower-case
This commit is contained in:
parent
2803aff798
commit
ba49316ec5
|
@ -438,7 +438,7 @@ schema("/nodes/:node/bridges/:id/:operation") ->
|
|||
'operationId' => '/nodes/:node/bridges/:id/:operation',
|
||||
post => #{
|
||||
tags => [<<"bridges">>],
|
||||
summary => <<"Stop/Restart bridge">>,
|
||||
summary => <<"Stop/restart bridge">>,
|
||||
description => ?DESC("desc_api8"),
|
||||
parameters => [
|
||||
param_path_node(),
|
||||
|
|
Loading…
Reference in New Issue