fix: bridge_v2 tags were still bridge

This commit is contained in:
Stefan Strigler 2023-10-24 16:00:30 +02:00 committed by Zaiming (Stone) Shi
parent 5aac90ab4e
commit 238603a101
1 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ schema("/bridges_v2/:id/:operation") ->
#{
'operationId' => '/bridges_v2/:id/:operation',
post => #{
tags => [<<"bridges">>],
tags => [<<"bridges_v2">>],
summary => <<"Manually start a bridge">>,
description => ?DESC("desc_api7"),
parameters => [
@ -288,7 +288,7 @@ schema("/nodes/:node/bridges_v2/:id/:operation") ->
#{
'operationId' => '/nodes/:node/bridges_v2/:id/:operation',
post => #{
tags => [<<"bridges">>],
tags => [<<"bridges_v2">>],
summary => <<"Manually start a bridge">>,
description => ?DESC("desc_api8"),
parameters => [