fix: use lower-case

This commit is contained in:
Stefan Strigler 2023-03-21 19:43:04 +01:00
parent 2803aff798
commit ba49316ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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(),